fix typo
This commit is contained in:
parent
f927ee8a9b
commit
4baf607e4e
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue