From 90da8790440e33b396b19133db690c341445487e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 16:17:01 +0100 Subject: added missing semicolons --- modules/nixos/des/i3wm.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/nixos/des/i3wm.nix') diff --git a/modules/nixos/des/i3wm.nix b/modules/nixos/des/i3wm.nix index 0138355..2d3d67f 100644 --- a/modules/nixos/des/i3wm.nix +++ b/modules/nixos/des/i3wm.nix @@ -14,7 +14,7 @@ }; picom = { - enable = true - } + enable = true; + }; }; } \ No newline at end of file -- cgit v1.2.3