summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hyprland.nix')
-rw-r--r--nixos/modules/hyprland.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/hyprland.nix b/nixos/modules/hyprland.nix
new file mode 100644
index 0000000..98dfe35
--- /dev/null
+++ b/nixos/modules/hyprland.nix
@@ -0,0 +1,3 @@
+{
+ programs.hyprland.enable = true;
+}