This commit is contained in:
11
flake.nix
11
flake.nix
@@ -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
|
||||
|
Reference in New Issue
Block a user