Fix nix experimental features

This commit is contained in:
Florian RICHER 2024-02-27 21:19:41 +01:00
parent 017b08c12f
commit f74785add8
2 changed files with 2 additions and 4 deletions

View file

@ -19,4 +19,6 @@
};
programs.home-manager.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}