Add huecli
Some checks failed
pre-commit / pre-commit (push) Failing after 25s

This commit is contained in:
2024-06-04 23:44:05 +02:00
parent 39036609c5
commit d7ee66ec7e
3 changed files with 204 additions and 35 deletions

View File

@@ -11,7 +11,14 @@
};
sops-nix.url = "github:Mic92/sops-nix";
notlistener.url = "git+https://git.t-juice.club/torjus/notlistener?ref=master";
ghettoptt.url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
ghettoptt = {
url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
huecli = {
url = "git+https://git.t-juice.club/torjus/huecli?ref=master";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@@ -21,6 +28,7 @@
, sops-nix
, notlistener
, ghettoptt
, huecli
, ...
}@inputs:
let
@@ -72,6 +80,7 @@
overlay-stable
notlistener.overlays.default
ghettoptt.overlays.default
huecli.overlays.default
];
})
./hosts/gunter