1: Attempt to add GTK theme. Don't see any changes so far in Edge, Nicotine, Yubico Authenticator...

This commit is contained in:
uzy lol 2025-02-15 16:05:08 -08:00
parent 56de0eede7
commit bb343e3ce5
2 changed files with 13 additions and 0 deletions

View File

@ -10,5 +10,6 @@
./media.nix
#./hyprland/hyprland.nix
./gaming.nix
./gtk.nix
];
}

View File

@ -0,0 +1,12 @@
{pkgs, ...}: {
gtk = {
enable = true;
theme = {
package = pkgs.catppuccin-gtk.override {
accents = ["mauve"];
variant = "mocha";
};
name = "catppuccin-gtk";
};
};
}