Files
dotfiles/nixos/ryu/programs/fish.nix

7 lines
87 B
Nix

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