initial commit
This commit is contained in:
commit
c094b5770c
113 changed files with 6879 additions and 0 deletions
16
pkgs/default.nix
Normal file
16
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs>,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
gitingest = pkgs.python3Packages.callPackage ./gitingest { };
|
||||
open-webui-desktop = pkgs.callPackage ./open-webui-desktop { };
|
||||
otp = pkgs.callPackage ./otp { };
|
||||
pdf2printable = pkgs.callPackage ./pdf2printable { };
|
||||
transcribe = pkgs.callPackage ./transcribe { };
|
||||
udiskie-dmenu = pkgs.callPackage ./udiskie-dmenu { };
|
||||
yt2rss = pkgs.callPackage ./yt2rss { };
|
||||
|
||||
# spotify-to-tidal = pkgs.callPackage ./spotify-to-tidal { }; # FIXME
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue