it didnt work

This commit is contained in:
Sakooooo 2023-07-11 23:24:58 +03:00
parent 532a42be0c
commit 2d2887d2e6
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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;