From f872b1f14a49ac065da8d0a9fa4c8412d95b96ea Mon Sep 17 00:00:00 2001 From: s0me1newithhand7s Date: Wed, 20 May 2026 21:38:05 +0300 Subject: [PATCH] feat(flake): hjem init Signed-off-by: s0me1newithhand7s --- flake.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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";