diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 10:42:34 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 10:42:34 +0100 |
| commit | 6aa29d12ff9cdec1f5d722c2be9d68e506f7d52d (patch) | |
| tree | 9e0d115a226280f00b2926a9436ea5c3a2e0124b /modules | |
| parent | 5f8f587c5edaf1f2ffb456f55477bd1b2ce2d444 (diff) | |
added hyprland.nix
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/home/hyprland/hyprland.nix | 7 |
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 |
