From 2559cba6ffca09dfbf4310f32c6eb2ddc1a06327 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Thu, 24 Apr 2025 21:06:06 +0100 Subject: [PATCH] Added missing ; at and of line --- modules/applications.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications.nix b/modules/applications.nix index 97e5296..ce998b3 100644 --- a/modules/applications.nix +++ b/modules/applications.nix @@ -7,7 +7,7 @@ hyprland = { enable = true; xwayland.enable = true; - } + }; }; services.displayManager = {