[Init]
This commit is contained in:
18
home/xorg/bspwm/default.nix
Executable file
18
home/xorg/bspwm/default.nix
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./config.nix
|
||||
./script.nix
|
||||
./xressources.nix
|
||||
];
|
||||
|
||||
xsession.windowManager.bspwm = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.sxhkd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
Reference in New Issue
Block a user