Update configuration.nix

This commit is contained in:
Tom 2024-08-09 10:00:37 +02:00
parent 44ec8a5129
commit caa18d380d
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# List packages installed in system profile # List packages installed in system profile
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [