converting to pure

This commit is contained in:
Julian Sutter 2024-12-22 10:43:45 -08:00
parent 6e4d4da07b
commit b251bd5035

View file

@ -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.aksutter = {
shell = pkgs.zsh;