Removed commented-out NUR from conf.

This commit is contained in:
vorboyvo 2024-05-09 20:54:29 -04:00
parent 6338b64a68
commit 12edce5c72

View file

@ -20,18 +20,10 @@
boot.kernelParams = [
"amdgpu.sg_display=0"
];
# Enable flakes.
nix = { settings.experimental-features = [ "nix-command" "flakes" ]; };
# Enable Nix User Repository
# See https://github.com/nix-community/NUR#installation
# nixpkgs.config.packageOverrides = pkgs: {
# nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
# inherit pkgs;
# };
# };
networking.hostName = "oyvoLaptop"; # Define your hostname.
networking.networkmanager.enable =
true; # Easiest to use and most distros use this by default.