cleaned up

This commit is contained in:
Bryan Ramos 2024-05-18 23:34:05 -04:00
parent 37f704cc19
commit a6a14542fd
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -3,11 +3,6 @@
with lib; with lib;
let let
cfg = config.modules.user.bash; cfg = config.modules.user.bash;
gui = config.modules.user.gui.wm;
wm = {
enable = builtins.any (mod: mod.enable or false) (builtins.attrValues gui);
};
in in
{ options.modules.user.bash = { enable = mkEnableOption "user.bash"; }; { options.modules.user.bash = { enable = mkEnableOption "user.bash"; };
@ -27,9 +22,6 @@ in
enable = true; enable = true;
enableAliases = true; enableAliases = true;
}; };
#// optionalAttrs wm.enable {
# icons = true;
#};
}; };
}; };
} }