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