From f927ee8a9bd2c2282eb3d9d7acba84b4a2fb9975 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 10 Feb 2026 15:31:46 -0500 Subject: [PATCH] fix typo --- hosts/xps15/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index d16b228..9f03f8a 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -37,7 +37,7 @@ i18n.defaultLocale = "en_US.UTF-8"; nix.extraOptions = { - experimental-features = nix-command flakes + experimental-features = nix-command flakes; }; security.pam.services.hyprlock = { };