fix: Improve unfree consistency

This commit is contained in:
Jan-Bulthuis 2025-11-30 12:28:52 +01:00
parent 4278ceebc1
commit 6f98d674b1

View File

@ -45,9 +45,6 @@ in
defaultEditor = true;
};
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Enable the usage of flakes
nix.settings.experimental-features = [
"nix-command"