chore: refactor user modules

This commit is contained in:
2025-07-27 22:50:25 +02:00
parent af1a606c1a
commit d200079cdb
94 changed files with 832 additions and 665 deletions

View File

@@ -4,9 +4,9 @@
...
}:
with lib; let
cfg = config.modules.bash;
cfg = config.home.shell.bash;
in {
options.modules.bash = {
options.home.shell.bash = {
enable = mkEnableOption "Enables bash";
aliases = mkOption {
type = types.attrsOf types.str;