feat: tweak nix settings for newer features

This commit is contained in:
steveej 2023-01-26 11:27:09 +01:00
parent 426390797a
commit 18065c691c
3 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,10 @@ in {
permittedInsecurePackages = [
"electron-17.4.1"
];
nix.settings = {
experimental-features =
[ "nix-command" "flakes" "impure-derivations" "ca-derivations" ];
};
home.keyboard = {