changed to adding the bash package rather than force enabling the program in home-manager

This commit is contained in:
John Lancaster
2026-03-28 00:06:15 -05:00
parent 522df10764
commit 778276faa9
+11 -1
View File
@@ -100,6 +100,13 @@
};
home-manager.useGlobalPkgs = true;
home-manager.users.root = {
imports = with inputs.self.modules.homeManager; [
rebuild
janus-ca
];
home.stateVersion = "25.11";
};
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
gnome
desktop
@@ -110,7 +117,10 @@
my-vscode.enable = true;
mysops.hostSecretFile = "${flakeDir}/modules/hosts/john-p14s/secrets.yaml";
homeManagerFlakeDir = "${flakeDir}";
programs.bash.enable = lib.mkForce true;
home.packages = with pkgs; [
bash
discord
];
}
];
sops.defaultSopsFile = ./secrets.yaml;