From 6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 10:42:34 +0100 Subject: added hyprland.nix --- modules/home/hyprland/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/home/hyprland') 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 -- cgit v1.2.3