diff --git a/flake.nix b/flake.nix index 9c9aef2..581deb0 100644 --- a/flake.nix +++ b/flake.nix @@ -158,6 +158,30 @@ repo = "git-hooks.nix"; }; + "hjem" = { + flake = true; + type = "github"; + owner = "feel-co"; + repo = "hjem"; + }; + + "hjem-rum" = { + flake = true; + type = "github"; + owner = "snugnug"; + repo = "hjem-rum"; + + inputs = { + "nixpkgs" = { + follows = "nixpkgs"; + }; + + "hjem" = { + follows = "hjem"; + }; + }; + }; + "home-manager" = { flake = true; type = "github";