Remove notlistener

This commit is contained in:
2024-06-06 12:31:30 +02:00
parent 996a25ef83
commit d71e586c8c
2 changed files with 1 additions and 40 deletions

View File

@@ -10,7 +10,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
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";
inputs.nixpkgs.follows = "nixpkgs";
@@ -26,7 +25,6 @@
, nixpkgs
, nixpkgs-stable
, sops-nix
, notlistener
, ghettoptt
, huecli
, ...
@@ -78,7 +76,6 @@
({ config, pkgs, ... }: {
nixpkgs.overlays = [
overlay-stable
notlistener.overlays.default
ghettoptt.overlays.default
huecli.overlays.default
];