gtk theme?
This commit is contained in:
parent
d42ab5e5dd
commit
532a42be0c
1 changed files with 12 additions and 5 deletions
|
@ -57,13 +57,20 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.sako = { pkgs , ...}: {
|
home-manager.users.sako = { pkgs , ...}: {
|
||||||
xdg.configFile = {
|
gtk = {
|
||||||
bspwm = {
|
enable = true;
|
||||||
source = ../../../config/bspwm;
|
theme = {
|
||||||
|
name = "Vimix-dark";
|
||||||
|
package = pkgs.vimix-gtk-themes;
|
||||||
};
|
};
|
||||||
sxhkd = {
|
|
||||||
source = ../../../config/sxhkd;
|
|
||||||
};
|
};
|
||||||
|
xdg.configFile = {
|
||||||
|
bspwm = {
|
||||||
|
source = ../../../config/bspwm;
|
||||||
|
};
|
||||||
|
sxhkd = {
|
||||||
|
source = ../../../config/sxhkd;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue