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