🧶
1
fork

Configure Feed

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

remove fish

+1 -3
+1 -3
configuration.nix
··· 68 68 }; 69 69 }; 70 70 71 - # TODO: fish is still not working, idk why 72 - environment.systemPackages = with pkgs; [ vim fish ]; 73 - programs.fish.enable = true; 71 + environment.systemPackages = with pkgs; [ vim ]; 74 72 75 73 hardware.enableRedistributableFirmware = true; 76 74 system.stateVersion = "23.11";