Commit d5366778d908
Changed files (1)
systems
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" ];
}