diff options
Diffstat (limited to 'modules/home')
| -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 |
