feat(flake): hjem init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
b707b44287
commit
f872b1f14a
1 changed files with 24 additions and 0 deletions
24
flake.nix
24
flake.nix
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue