mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +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";
|
themes.url = "github:RGBCube/ThemeNix";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = { self, nixpkgs, ... } @ inputs: let
|
||||||
self,
|
|
||||||
nixpkgs,
|
|
||||||
ageNix,
|
|
||||||
simpleMail,
|
|
||||||
homeManager,
|
|
||||||
ghosttyModule,
|
|
||||||
...
|
|
||||||
} @ inputs: let
|
|
||||||
lib0 = nixpkgs.lib;
|
lib0 = nixpkgs.lib;
|
||||||
keys = import ./keys.nix;
|
keys = import ./keys.nix;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue