This commit is contained in:
Sakooooo 2023-07-21 20:58:43 +03:00
parent 5c4de5f1a5
commit 85d302f834
Signed by: sako
GPG key ID: 3FD715D87D7725E0
3 changed files with 9 additions and 6 deletions

View file

@ -76,6 +76,12 @@ in
theme.name = "vimix-dark-ruby"; theme.name = "vimix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark"; iconTheme.name = "Vimix Ruby Dark";
}; };
home.file = {
"background.png" = {
enable = true;
source = ../../../config/background.png;
};
};
xdg.configFile = { xdg.configFile = {
bspwm = { bspwm = {
source = ../../../config/bspwm; source = ../../../config/bspwm;

View file

@ -1,7 +1,10 @@
{ {
imports = [ imports = [
./kitty ./kitty
# window managers
./bspwm ./bspwm
./dwm
# desktop environ men t s s s s
./kde ./kde
./browsers ./browsers
./apps ./apps

View file

@ -71,12 +71,6 @@ in
theme.name = "vimix-dark-ruby"; theme.name = "vimix-dark-ruby";
iconTheme.name = "Vimix Ruby Dark"; iconTheme.name = "Vimix Ruby Dark";
}; };
home.file = {
"background.png" = {
enable = true;
source = ../../../config/background.png;
};
};
}; };
}; };
} }