aboutsummaryrefslogtreecommitdiff
path: root/modules/home/hyprland
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/hyprland')
-rw-r--r--modules/home/hyprland/hyprland.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home/hyprland/hyprland.nix b/modules/home/hyprland/hyprland.nix
index e69de29..8712df9 100644
--- a/modules/home/hyprland/hyprland.nix
+++ b/modules/home/hyprland/hyprland.nix
@@ -0,0 +1,7 @@
+{ pkgs, ... }:
+
+{
+ programs.hyprland = {
+ enable = true;
+ };
+} \ No newline at end of file