Files
dotfiles/nixos/ryu/programs/fish.nix
servius 09686e1ee6
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
feat: Disable stylix for global fish config
2026-03-04 17:51:21 +05:30

8 lines
125 B
Nix

{...}: {
programs.fish = {
enable = true;
generateCompletions = true;
};
stylix.targets.fish.enable = false;
}