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

@ -15,6 +15,31 @@
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = [ "fedfer" ];
stylix.enable = true;
stylix = {
polarity = "dark";
image = ../../res/wallpaper.png;
cursor = {
package = pkgs.catppuccin-cursors.macchiatoMauve;
name = "catppuccin-macchiato-mauve-cursors";
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
fonts = {
monospace = {
name = "FiraCode Nerd Font Mono";
package = pkgs.nerdfonts;
};
sansSerif = {
name = "Cantarell";
package = pkgs.cantarell-fonts;
};
serif = {
name = "Cantarell";
package = pkgs.cantarell-fonts;
};
};
};
settings = {
users.fedfer.enable = lib.mkForce true;