Remove duplicate nix config

This commit is contained in:
asonix 2023-02-05 18:01:32 -06:00
parent f480c9f072
commit 15337b4faf

View file

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