mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 06:28:20 -04:00
a
This commit is contained in:
parent
8abe1f4ff9
commit
c8852dccb5
5 changed files with 12 additions and 1 deletions
1
customPackages/ceserver
Submodule
1
customPackages/ceserver
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit ff4da3d52420a78a6c1b5b0b32c2cd886c912bc6
|
|
@ -1,4 +1,5 @@
|
|||
{ inputs, ... }: {
|
||||
{ inputs, ... }:
|
||||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
(pkgs: _: {
|
||||
|
@ -8,6 +9,7 @@
|
|||
# vencord = pkgs.callPackage ./vencord/package.nix { };
|
||||
frog = pkgs.callPackage ./frog { };
|
||||
chrome-pak-customizer = pkgs.callPackage inputs.chrome-pak { };
|
||||
ceserver = pkgs.callPackage inputs.ceserver { };
|
||||
scripts = inputs.scripts.flakePackage pkgs;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue