more stuff

This commit is contained in:
2026-06-18 20:31:11 -05:00
parent 6de2694495
commit d0f844a453
9 changed files with 51 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
programs.hyprland = {
enable = true;
withUWSM = false;
xwayland.enable = true;
};
}
View File