fix: move apps back to hm

This commit is contained in:
punkfairie 2025-05-27 17:26:51 -07:00
parent a2708e7c33
commit bcab411b3a
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
4 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
in { in {
config = { config = {
marleycfg = { marleycfg = {
inherit (cfg) apps my profiles; inherit (cfg) my profiles;
}; };
}; };
} }

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./apps.nix
./shellAbbrs.nix ./shellAbbrs.nix
]; ];
} }

View file

@ -1,6 +1,5 @@
{ {
imports = [ imports = [
./apps.nix
./my.nix ./my.nix
./profiles.nix ./profiles.nix
]; ];