mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
10 lines
94 B
Nix
Executable File
10 lines
94 B
Nix
Executable File
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
services.xserver.windowManager.bspwm.enable = true;
|
|
}
|