1: Attempt to add GTK theme. Don't see any changes so far in Edge, Nicotine, Yubico Authenticator...
This commit is contained in:
parent
56de0eede7
commit
bb343e3ce5
@ -10,5 +10,6 @@
|
|||||||
./media.nix
|
./media.nix
|
||||||
#./hyprland/hyprland.nix
|
#./hyprland/hyprland.nix
|
||||||
./gaming.nix
|
./gaming.nix
|
||||||
|
./gtk.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
12
hosts/precision-5530/home/modules/gtk.nix
Normal file
12
hosts/precision-5530/home/modules/gtk.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme = {
|
||||||
|
package = pkgs.catppuccin-gtk.override {
|
||||||
|
accents = ["mauve"];
|
||||||
|
variant = "mocha";
|
||||||
|
};
|
||||||
|
name = "catppuccin-gtk";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user