From 59f294acda79f3ba574e5b7a6f2e851ec10fa001 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 15:13:05 +0100 Subject: fixed the syntax error --- modules/nixos/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index e69de29..a13aa20 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -0,0 +1,7 @@ +{ config, lib, pkgs, ... }: + +{ + services.hyprland = { + enable = true; + }; +} \ No newline at end of file -- cgit v1.2.3