update nix

This commit is contained in:
Gerg-L 2024-02-24 12:27:34 -05:00
parent 479324d173
commit b986fec141
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 7 additions and 5 deletions

View file

@ -72,10 +72,12 @@
# QMK configuration
via
qmk
gh
;
inherit (nvim-flake.packages) neovim;
inherit (self.packages) lint nixfmt;
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
nixpkgs-review = pkgs.nixpkgs-review.override { nix = config.nix.package; };
};
etc = {
"jdks/17".source = "${pkgs.openjdk17}/bin";