stylix: enable more targets
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s

This commit is contained in:
2025-05-15 21:21:50 +01:00
parent 14463f71ec
commit 65b32f64e0
2 changed files with 10 additions and 3 deletions

View File

@ -130,4 +130,6 @@
}; };
home.sessionVariables.EDITOR = "nvim"; home.sessionVariables.EDITOR = "nvim";
stylix.targets.nixvim.enable = true;
} }

View File

@ -95,7 +95,6 @@ in
enabled = true; enabled = true;
range = 4; range = 4;
render_power = 3; render_power = 3;
color = "rgba(1a1a1aee)";
}; };
blur = { blur = {
@ -246,7 +245,7 @@ in
polarity = "dark"; polarity = "dark";
# colors, dracula, eris, google-dark, framer, horizon-terminal-dark, humanoid-dark, isotope, onedark-dark, spacemacs, windows-nt # colors, dracula, eris, google-dark, framer, horizon-terminal-dark, humanoid-dark, isotope, onedark-dark, spacemacs, windows-nt
base16Scheme = "${pkgs.base16-schemes}/share/themes/colors.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/ayu-dark.yaml";
cursor = { cursor = {
name = "macOS"; name = "macOS";
@ -272,7 +271,13 @@ in
light = "MoreWaita"; light = "MoreWaita";
}; };
targets.gtk.enable = true; targets = {
bat.enable = true;
btop.enable = true;
gtk.enable = true;
hyprland.enable = true;
kitty.enable = true;
};
}; };
home.packages = with pkgs.unstable; [ home.packages = with pkgs.unstable; [