changed to adding the bash package rather than force enabling the program in home-manager
This commit is contained in:
@@ -100,6 +100,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.useGlobalPkgs = true;
|
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; [
|
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
|
||||||
gnome
|
gnome
|
||||||
desktop
|
desktop
|
||||||
@@ -110,7 +117,10 @@
|
|||||||
my-vscode.enable = true;
|
my-vscode.enable = true;
|
||||||
mysops.hostSecretFile = "${flakeDir}/modules/hosts/john-p14s/secrets.yaml";
|
mysops.hostSecretFile = "${flakeDir}/modules/hosts/john-p14s/secrets.yaml";
|
||||||
homeManagerFlakeDir = "${flakeDir}";
|
homeManagerFlakeDir = "${flakeDir}";
|
||||||
programs.bash.enable = lib.mkForce true;
|
home.packages = with pkgs; [
|
||||||
|
bash
|
||||||
|
discord
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
sops.defaultSopsFile = ./secrets.yaml;
|
sops.defaultSopsFile = ./secrets.yaml;
|
||||||
|
|||||||
Reference in New Issue
Block a user