chore: clean up unused variables
This commit is contained in:
parent
893ada587b
commit
4ce14e7d68
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,5 @@
|
||||||
{ config, pkgs, lib, inputs, fontSize ? null, ... }:
|
{ config, pkgs, lib, inputs, fontSize ? null, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
secrets = import ./secrets.nix;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = (import ../../overlays) ++ [
|
nixpkgs.overlays = (import ../../overlays) ++ [
|
||||||
inputs.wired.overlays.default
|
inputs.wired.overlays.default
|
||||||
|
|
Loading…
Reference in a new issue