This commit is contained in:
Barrett Ruth 2026-02-10 15:33:10 -05:00
parent f927ee8a9b
commit 4baf607e4e

View file

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