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 = { };