diff options
Diffstat (limited to 'nixos/modules/hyprland.nix')
-rw-r--r-- | nixos/modules/hyprland.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/hyprland.nix b/nixos/modules/hyprland.nix new file mode 100644 index 0000000..98dfe35 --- /dev/null +++ b/nixos/modules/hyprland.nix @@ -0,0 +1,3 @@ +{ + programs.hyprland.enable = true; +} |