mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -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;
|
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;
|
|
||||||
#};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue