feat(flake): hjem init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-20 21:38:05 +03:00
parent b707b44287
commit f872b1f14a

View file

@ -158,6 +158,30 @@
repo = "git-hooks.nix"; 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" = { "home-manager" = {
flake = true; flake = true;
type = "github"; type = "github";