stylix: move options from hm into nixos and change theme
This commit is contained in:
parent
619da0d9c0
commit
52b6224302
2 changed files with 21 additions and 18 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue