converting to pure

This commit is contained in:
Julian Sutter 2024-12-22 10:44:32 -08:00
parent b251bd5035
commit b2e7ab7bab
2 changed files with 0 additions and 12 deletions

View file

@ -1,12 +1,6 @@
{ config, pkgs, home-manager, ... }: { 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 = { users.users.isutter = {
shell = pkgs.zsh; shell = pkgs.zsh;

View file

@ -1,12 +1,6 @@
{ config, pkgs, home-manager, ... }: { 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 = { users.users.jsutter = {
shell = pkgs.zsh; shell = pkgs.zsh;