18 lines
200 B
Nix
Executable File
18 lines
200 B
Nix
Executable File
{
|
|
...
|
|
}: {
|
|
imports = [
|
|
./config.nix
|
|
./script.nix
|
|
./xressources.nix
|
|
];
|
|
|
|
xsession.windowManager.bspwm = {
|
|
enable = true;
|
|
};
|
|
|
|
services.sxhkd = {
|
|
enable = true;
|
|
};
|
|
|
|
} |