delet unused packages

This commit is contained in:
jopejoe1 2025-05-10 19:49:53 +02:00
parent 816de6bcf1
commit 5eb6990424
5 changed files with 0 additions and 194 deletions

View file

@ -11,12 +11,4 @@ rec {
});
nixos-anywhere = inputs.nixos-anywhere.packages.${system}.nixos-anywhere;
esp8266 = pkgs.callPackage ./esp8266.nix { };
esp8266-sdk = pkgs.callPackage ./esp8266-sdk.nix {
inherit esp8266;
};
kde-hdr-fix = pkgs.callPackage ./kde-hdr.nix { };
kde-wallpaper = pkgs.callPackage ./kde-wallpaper.nix { };
}