converting to pure
This commit is contained in:
parent
6e4d4da07b
commit
b251bd5035
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue