parent
7c9af8ebdd
commit
a7b7966d52
19 changed files with 95 additions and 40 deletions
14
flake.nix
14
flake.nix
|
@ -292,6 +292,20 @@
|
|||
# -= Non-flake inputs =-
|
||||
|
||||
## Custom packages
|
||||
pocketsphinx-src = {
|
||||
type = "github";
|
||||
owner = "cmusphinx";
|
||||
repo = "pocketsphinx";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
subsync-src = {
|
||||
type = "github";
|
||||
owner = "sc0ty";
|
||||
repo = "subsync";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
trash-d-src = {
|
||||
type = "github";
|
||||
owner = "rushsteve1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue