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