mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
cleaned up
This commit is contained in:
parent
37f704cc19
commit
a6a14542fd
1 changed files with 0 additions and 8 deletions
|
|
@ -3,11 +3,6 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.modules.user.bash;
|
||||
gui = config.modules.user.gui.wm;
|
||||
|
||||
wm = {
|
||||
enable = builtins.any (mod: mod.enable or false) (builtins.attrValues gui);
|
||||
};
|
||||
|
||||
in
|
||||
{ options.modules.user.bash = { enable = mkEnableOption "user.bash"; };
|
||||
|
|
@ -27,9 +22,6 @@ in
|
|||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
#// optionalAttrs wm.enable {
|
||||
# icons = true;
|
||||
#};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue