This commit is contained in:
2025-08-08 21:39:01 +03:00
parent 8cedf7f691
commit a7b5c6f466
11 changed files with 6 additions and 10 deletions
+9
View File
@@ -0,0 +1,9 @@
{
config,
lib,
pkgs,
...
}:
{
services.xserver.windowManager.bspwm.enable = true;
}