mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
Remove useless params
This commit is contained in:
parent
1cb38c0a8e
commit
68ee758bb9
1 changed files with 1 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue