fix:homeConfiguration module

This commit is contained in:
m3tam3re
2024-11-25 09:51:34 +01:00
parent d0b1d9b775
commit cd5a594cf0
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
nix = {
package = lib.mkDefault pkgs.nix;
settings = {
experimental-features = ["nix-command" "flakes" "repl-flake"];
experimental-features = ["nix-command" "flakes"];
warn-dirty = false;
};
};