nix-stuff/roles/common/programs/fish.nix

12 lines
174 B
Nix

{...}: {
programs.fish = {
enable = true;
};
home-manager.users.toast = {
programs.fish = {
enable = true;
catppuccin.enable = true;
};
};
}