diff --git a/machines/dev/fedi201/fedipanel.nix b/machines/dev/fedi201/fedipanel.nix index 5c4236fc..e47a3145 100644 --- a/machines/dev/fedi201/fedipanel.nix +++ b/machines/dev/fedi201/fedipanel.nix @@ -4,10 +4,12 @@ }: let name = "panel"; + sources = import ../../../npins; in { imports = [ (import ../../../panel { }).module + (import "${sources.home-manager}/nixos") ]; security.acme = { diff --git a/npins/sources.json b/npins/sources.json index a96ffcb2..ea9606bd 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -96,6 +96,19 @@ "url": "https://github.com/hercules-ci/gitignore.nix/archive/637db329424fd7e46cf4185293b9cc8c88c95394.tar.gz", "hash": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w" }, + "home-manager": { + "type": "Git", + "repository": { + "type": "GitHub", + "owner": "nix-community", + "repo": "home-manager" + }, + "branch": "master", + "submodules": false, + "revision": "863842639722dd12ae9e37ca83bcb61a63b36f6c", + "url": "https://github.com/nix-community/home-manager/archive/863842639722dd12ae9e37ca83bcb61a63b36f6c.tar.gz", + "hash": "0rw9n8d4v87pzlmw7ws15f0sldb51fd9528skpbzmrzl4pinsgij" + }, "htmx": { "type": "GitRelease", "repository": {