fix: move apps back to hm
This commit is contained in:
parent
a2708e7c33
commit
bcab411b3a
4 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
in {
|
||||
config = {
|
||||
marleycfg = {
|
||||
inherit (cfg) apps my profiles;
|
||||
inherit (cfg) my profiles;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./apps.nix
|
||||
./shellAbbrs.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./apps.nix
|
||||
./my.nix
|
||||
./profiles.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue