nixconfig/home/xorg/bspwm/default.nix

18 lines
200 B
Nix
Raw Normal View History

2023-04-12 20:32:07 +02:00
{
...
}: {
imports = [
./config.nix
./script.nix
./xressources.nix
];
xsession.windowManager.bspwm = {
enable = true;
};
services.sxhkd = {
enable = true;
};
}