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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
stylix.targets.gtk.enable = false;
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
@ -14,8 +14,9 @@ in
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||||
cursor = {
|
cursor = {
|
||||||
name = "catppuccin-frappe-lavender-cursors";
|
package = pkgs.adwaita-icon-theme;
|
||||||
package = pkgs.catppuccin-cursors.frappeLavender;
|
name = "Adwaita";
|
||||||
|
size = 24;
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
|
@ -40,6 +41,10 @@ in
|
||||||
desktop = 12;
|
desktop = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
targets = {
|
||||||
|
gtk.enable = false;
|
||||||
|
gnome.enable = false;
|
||||||
|
};
|
||||||
image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg;
|
image = lib.mkDefault ../wallpapers/nix-wallpaper-nineish-catppuccin-frappe-alt.svg;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue