nixos-configuration/modules/fish.nix
jalr 1dab9bb303 Set NIX_PATH
* set `NIX_PATH` correctly
* ensure that dynamic update of nixpkgs path works
2021-12-04 22:14:39 +00:00

3 lines
35 B
Nix

{
programs.fish.enable = true;
}