mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-26 05:58:20 -04:00
some formatting and add neko
This commit is contained in:
parent
5a0e0eb481
commit
b6f42fd63f
3 changed files with 26 additions and 11 deletions
|
@ -6,4 +6,10 @@ rec {
|
|||
vencord = pkgs.callPackage ./vencord/package.nix { };
|
||||
frog = pkgs.callPackage ./frog { };
|
||||
scripts = inputs.scripts.flakePackage pkgs;
|
||||
nekocord = inputs.nekocord.lib.patch pkgs {
|
||||
install.renameBinary = true;
|
||||
version = {
|
||||
content = /home/meyer/dev/ts/nekocord/dist;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue