chore: refactor user modules

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

View File

@@ -5,9 +5,9 @@
...
}:
with lib; let
cfg = config.modules.fish;
cfg = config.home.shell.fish;
in {
options.modules.fish = {
options.home.shell.fish = {
enable = lib.mkEnableOption "enables fish";
abbrs = lib.mkOption {
type = types.attrsOf types.str;