commit d5366778d908b395a510cbf35fa8923f0da98224
parent a34703e514c9b0d7e25dc2b5c9d4f3540abd06a4
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 6 Jun 2020 15:53:29 +0200
systems/naruhodo: force programs.bash to false
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/systems/naruhodo.home.nix b/systems/naruhodo.home.nix
@@ -20,6 +20,7 @@ in
home.file.".local/share/applications/redhat-vpn.desktop".source = ./naruhodo/redhat-vpn.desktop;
+ programs.bash.enable = lib.mkForce false;
programs.man.enable = true;
home.extraOutputsToInstall = [ "man" ];
}