stylix: fix config + set fonts, cursor and color scheme

This commit is contained in:
Veneficium 2024-09-25 23:01:03 +02:00
parent 82cf75849b
commit 11c2ca480b
2 changed files with 29 additions and 13 deletions

View file

@ -33,26 +33,17 @@
stylix.enable = true;
stylix = {
polarity = "dark";
image = ../../res/wallpaper.png;
cursor = {
package = pkgs.catppuccin-cursors;
name = "macchiatoMauve";
};
fonts = {
packages = with pkgs; [
nerdfonts
cantarell-fonts
];
monospace.name = "FiraCode Nerd Font Mono";
sansSerif.name = "Cantarell";
serif.name = "Cantarell";
package = pkgs.catppuccin-cursors.macchiatoMauve;
name = "catppuccin-macchiato-mauve-cursors";
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
targets = {
console.enable = true;
gnome.enable = true;
gtk.enable = true;
nixos-icons.enable = true;
firefox.enable = true;
vesktop.enable = true;
wezterm.enable = true;