1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Remove useless params

This commit is contained in:
RGBCube 2024-05-15 14:12:19 +03:00
parent 1cb38c0a8e
commit 68ee758bb9
No known key found for this signature in database

View file

@ -68,15 +68,7 @@
themes.url = "github:RGBCube/ThemeNix";
};
outputs = {
self,
nixpkgs,
ageNix,
simpleMail,
homeManager,
ghosttyModule,
...
} @ inputs: let
outputs = { self, nixpkgs, ... } @ inputs: let
lib0 = nixpkgs.lib;
keys = import ./keys.nix;