stylix: move options from hm into nixos and change theme

This commit is contained in:
Veneficium 2024-10-10 22:30:38 +02:00
parent 619da0d9c0
commit 52b6224302
2 changed files with 21 additions and 18 deletions

View file

@ -31,22 +31,16 @@
];
};
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";
enable = true;
targets = {
gnome.enable = true;
gtk.enable = true;
firefox.enable = true;
vesktop.enable = true;
wezterm.enable = true;
helix.enable = true;
vscode.enable = true;
};
};