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

10 lines
160 B
Nix

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