enable experimental nix features
This commit is contained in:
parent
6d3fa9a54f
commit
8502da0961
1 changed files with 4 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue