From 5ceae491fb825d1a4c043f4c91f34ba52115a05d Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 15 Feb 2024 14:16:03 -0600 Subject: [PATCH] fix config formatting --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e3e47b3..a2bd90b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -160,7 +160,7 @@ in # Set your time zone. timeZone = timezone; hardwareClockInLocalTime = true; - } + }; # xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-kde ]; xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];