remove stylix from gnome/gtk (theming should stay away from gtk applications)

This commit is contained in:
Anthony Rodriguez 2024-09-06 18:11:56 +02:00
parent 3d6eff03b1
commit c0b90c0b36
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }:
{
stylix.targets.gtk.enable = false;
dconf = {
enable = true;
settings = {

View file

@ -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;
};
};