diff --git a/flake.nix b/flake.nix index b5b15ed29bcc1d34cd7a6792d9318d95580f7b4a..7096ed01dd90a6af51e0bf082c075703ed7f0bd0 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,19 @@ outputs = { nixpkgs, home-manager, agenix, + jolheiser-nur, + helix, + website, + resume, + git-age, + gist, + tmpl, + nixpl, + gomodinit, nixpkgs-py36, + golink, + tclip, + templ, ... } @ inputs: let overlays = [ @@ -114,8 +126,9 @@ }; tclip = inputs.tclip.packages.${prev.system}.tclip; templ = inputs.templ.packages.${prev.system}.templ; }) +{ home-manager = { - nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable"; + url = "github:nix-community/home-manager"; ]; userSecret = path: { file = path; @@ -213,7 +226,7 @@ }; dragonwell = { imports = [ { - nixpkgs, + owner = username; ./machines/dragonwell ]; };