summary refs log tree commit diff stats
path: root/sys/desktop
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/desktop/hyprland/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/desktop/hyprland/default.nix b/sys/desktop/hyprland/default.nix
new file mode 100644
index 0000000..f7c3ab1
--- /dev/null
+++ b/sys/desktop/hyprland/default.nix
@@ -0,0 +1,6 @@
+{...}: {
+  programs.hyprland = {
+    enable = true;
+    xwayland.enable = true;
+  };
+}