From 4baf607e4e5196f9b72631d59e6a37745e5f8947 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 10 Feb 2026 15:33:10 -0500 Subject: [PATCH] fix typo --- hosts/xps15/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 9f03f8a..dc6ed3b 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -36,9 +36,9 @@ services.pcscd.enable = true; i18n.defaultLocale = "en_US.UTF-8"; - nix.extraOptions = { - experimental-features = nix-command flakes; - }; + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; security.pam.services.hyprlock = { };