feat: Disable stylix for global fish config
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
2026-03-04 17:51:21 +05:30
parent 7caf921746
commit 09686e1ee6
2 changed files with 1 additions and 3 deletions

View File

@@ -8,11 +8,8 @@
stylix.targets.kitty.enable = false;
programs.kitty = {
enable = true;
# enable = false;
font = {
# name = "FiraCode Nerd Font Mono";
name = "Hasklug Nerd Font Mono";
# name = "Monaspace Krypton Var Light";
size = lib.mkForce 13;
};
settings = {

View File

@@ -3,4 +3,5 @@
enable = true;
generateCompletions = true;
};
stylix.targets.fish.enable = false;
}