fix: fish shell

This commit is contained in:
2023-12-26 13:49:04 +01:00
parent e0e6c637ca
commit a395181f3b
2 changed files with 6 additions and 0 deletions

View File

@@ -16,5 +16,9 @@
useTheme = "pararussel";
enableFishIntegration = true;
};
direnv = {
enable = true;
nix-direnv.enable = true;
};
};
}

View File

@@ -151,6 +151,8 @@
services.getty.loginOptions = "-p -f -- \\u"; # preserve environment
programs.hyprland.enable = true;
programs.hyprland.enableNvidiaPatches = true;
programs.fish.enable = true;
users.defaultUserShell = pkgs.fish;
users.users.${username} = {
isNormalUser = true;
extraGroups = ["networkmanager" "wheel" "audio" "video" "dialout" "plugdev" "scanner" "lp" "input" "adbusers" "cdrom"];