my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make fish default on Khaos

suri 94fa6682 177d5849

+5 -2
+2 -1
hosts/Khaos/configuration.nix
··· 151 151 programs = { 152 152 nano.enable = true; 153 153 zsh.enable = true; 154 + fish.enable = true; 154 155 155 156 # allows normal binaries to run 156 157 nix-ld = { ··· 164 165 165 166 nix.settings.experimental-features = "nix-command flakes"; 166 167 167 - users.defaultUserShell = pkgs.zsh; 168 + users.defaultUserShell = pkgs.fish; 168 169 169 170 security.polkit.enable = true; 170 171
+1
result
··· 1 + /nix/store/g9dnf2f5i82ijnyjsa5466gfjljs21zn-nixos-rebuild-ng-26.05
+2 -1
users/suri/Khaos.nix
··· 3 3 imports = [ ./common.nix ]; 4 4 5 5 nyx.oh-my-posh.enable = true; 6 - nyx.zsh.enable = true; 6 + # nyx.zsh.enable = true; 7 + nyx.fish.enable = true; 7 8 nyx.zellij.enable = true; 8 9 9 10 home.sessionVariables = {