mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 05:37:01 -04:00
20000 things
This commit is contained in:
parent
0f89ab4db6
commit
86916bf54a
17 changed files with 358 additions and 35 deletions
|
@ -1,6 +1,16 @@
|
|||
{ pkgs }: rec{
|
||||
{ pkgs }:
|
||||
let
|
||||
src_frog = ( pkgs.fetchFromGitHub {
|
||||
owner = "sadan4";
|
||||
repo = "frog";
|
||||
rev = "2f2cc11ce7866e9b4bd0f6c52ba0cef25e95a468";
|
||||
hash = "sha256-KkoNi8Rx0Q6MIzgzvpCJhGI82tDWuflBQO2dFS0h8ig=";
|
||||
});
|
||||
in
|
||||
rec{
|
||||
# discord = nixpkgs.callPackage ./discord { };
|
||||
discord = pkgs.callPackage ./discord/default.nix { };
|
||||
vesktop = pkgs.callPackage ./vesktop/default.nix { inherit vencord; };
|
||||
vencord = pkgs.callPackage ./vencord/package.nix { };
|
||||
frog = pkgs.callPackage (import src_frog) {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue