summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 10:42:34 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 10:42:34 +0100
commit6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (patch)
tree9e0d115a226280f00b2926a9436ea5c3a2e0124b /modules
parent5f8f587c5edaf1f2ffb456f55477bd1b2ce2d444 (diff)
added hyprland.nix
Diffstat (limited to 'modules')
-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