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 {
|
in {
|
||||||
config = {
|
config = {
|
||||||
marleycfg = {
|
marleycfg = {
|
||||||
inherit (cfg) apps my profiles;
|
inherit (cfg) my profiles;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./apps.nix
|
||||||
./shellAbbrs.nix
|
./shellAbbrs.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./apps.nix
|
|
||||||
./my.nix
|
./my.nix
|
||||||
./profiles.nix
|
./profiles.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue