This commit is contained in:
Sakooooo 2023-07-21 20:56:09 +03:00
parent 82784e6347
commit 40763e1b6c
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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