1
0
Fork 0

home-manager: check Nix config

This commit is contained in:
Pratham Patel 2024-02-11 14:30:53 +05:30
parent 66ac862a98
commit a4bd8f4432
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@
nix = {
package = pkgs.nix;
checkConfig = true;
settings = {
experimental-features = [ "nix-command" "flakes" ];
};