marleyos/home/fish/default.nix

5 lines
55 B
Nix

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