gtk theme?

This commit is contained in:
Sakooooo 2023-07-11 23:21:20 +03:00
parent d42ab5e5dd
commit 532a42be0c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -57,6 +57,13 @@ in
];
home-manager.users.sako = { pkgs , ...}: {
gtk = {
enable = true;
theme = {
name = "Vimix-dark";
package = pkgs.vimix-gtk-themes;
};
};
xdg.configFile = {
bspwm = {
source = ../../../config/bspwm;