This commit is contained in:
sadan 2025-01-31 16:41:00 -05:00
parent d7179ea15b
commit f39bee1c28
No known key found for this signature in database
14 changed files with 156 additions and 36 deletions

View file

@ -33,11 +33,15 @@
url = "github:sadan4/chrome-pak-customizer";
};
ceserver = {
url = "github:sadan4/ceserver";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:sadan4/ceserver";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-parts.url = "github:hercules-ci/flake-parts";
nix-alien.url = "https://flakehub.com/f/thiagokokada/nix-alien/0.1.384.tar.gz";
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
{