diff --git a/users/isutter.nix b/users/isutter.nix index 0b97f38..8ff6422 100755 --- a/users/isutter.nix +++ b/users/isutter.nix @@ -1,12 +1,6 @@ { config, pkgs, home-manager, ... }: { - # Nix User Repository https://github.com/nix-community/NUR - nixpkgs.config.packageOverrides = pkgs: { - nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { - inherit pkgs; - }; - }; users.users.isutter = { shell = pkgs.zsh; diff --git a/users/jsutter.nix b/users/jsutter.nix index f649ded..947d1af 100755 --- a/users/jsutter.nix +++ b/users/jsutter.nix @@ -1,12 +1,6 @@ { config, pkgs, home-manager, ... }: { - # Nix User Repository https://github.com/nix-community/NUR - nixpkgs.config.packageOverrides = pkgs: { - nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { - inherit pkgs; - }; - }; users.users.jsutter = { shell = pkgs.zsh;