nixos-config/sys/profiles/programs/fish.nix

5 lines
48 B
Nix

{
programs.fish = {
enable = true;
};
}