Initial multi desktop setup

This commit is contained in:
2025-11-03 15:25:49 -05:00
parent dd4274f036
commit 58276cc8e0
6 changed files with 112 additions and 10 deletions

10
modules/home/hyprland.nix Normal file
View File

@@ -0,0 +1,10 @@
{
...
}:
{
wayland.windowManager.hyprland = {
enable = true;
package = null;
portalPackage = null;
};
}