fix module mapping update settings

This commit is contained in:
2025-01-07 23:10:24 -05:00
parent 966c6cf904
commit 88129add4d
3 changed files with 5 additions and 8 deletions

View File

@@ -122,7 +122,6 @@
programs.fish.enable = (userVars.userA.shell == "fish");
imports = [
./modules/home/${userVars.userA.username}/dotfiles.nix
./modules/home/${userVars.userA.username}/appearance.nix
];
};
}
@@ -154,7 +153,6 @@
programs.fish.enable = (userVars.userB.shell == "fish");
imports = [
./modules/home/${userVars.userB.username}/dotfiles.nix
./modules/home/${userVars.userB.username}/appearance.nix
];
};
}