stylix: enable more targets
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
This commit is contained in:
@ -130,4 +130,6 @@
|
||||
};
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
||||
stylix.targets.nixvim.enable = true;
|
||||
}
|
||||
|
@ -95,7 +95,6 @@ in
|
||||
enabled = true;
|
||||
range = 4;
|
||||
render_power = 3;
|
||||
color = "rgba(1a1a1aee)";
|
||||
};
|
||||
|
||||
blur = {
|
||||
@ -246,7 +245,7 @@ in
|
||||
polarity = "dark";
|
||||
|
||||
# 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 = {
|
||||
name = "macOS";
|
||||
@ -272,7 +271,13 @@ in
|
||||
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; [
|
||||
|
Reference in New Issue
Block a user