remove stylix from gnome/gtk (theming should stay away from gtk applications)
This commit is contained in:
parent
3d6eff03b1
commit
c0b90c0b36
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
stylix.targets.gtk.enable = false;
|
||||
dconf = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
@ -14,8 +14,9 @@ in
|
|||
polarity = "dark";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||
cursor = {
|
||||
name = "catppuccin-frappe-lavender-cursors";
|
||||
package = pkgs.catppuccin-cursors.frappeLavender;
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
name = "Adwaita";
|
||||
size = 24;
|
||||
};
|
||||
fonts = {
|
||||
serif = {
|
||||
|
@ -40,6 +41,10 @@ in
|
|||
desktop = 12;
|
||||
};
|
||||
};
|
||||
targets = {
|
||||
gtk.enable = false;
|
||||
gnome.enable = false;
|
||||
};
|
||||
image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue