enable experimental nix features

This commit is contained in:
Barrett Ruth 2026-02-10 15:30:43 -05:00
parent 6d3fa9a54f
commit 8502da0961

View file

@ -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 = {