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,13 +57,20 @@ in
];
home-manager.users.sako = { pkgs , ...}: {
xdg.configFile = {
bspwm = {
source = ../../../config/bspwm;
gtk = {
enable = true;
theme = {
name = "Vimix-dark";
package = pkgs.vimix-gtk-themes;
};
sxhkd = {
source = ../../../config/sxhkd;
};
xdg.configFile = {
bspwm = {
source = ../../../config/bspwm;
};
sxhkd = {
source = ../../../config/sxhkd;
};
};
};
};