mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
fix nix fmt
This commit is contained in:
parent
701ee8f205
commit
b1c13f4914
5 changed files with 7 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ _:
|
|||
|
||||
inherit (pkgs.wineWowPackages) unstableFull;
|
||||
inherit (pkgs.libsForQt5) kdenlive;
|
||||
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||
librewolf = pkgs.librewolf.override {cfg.speechSynthesisSupport = false;};
|
||||
};
|
||||
etc = {
|
||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
;
|
||||
inherit (nvim-flake.packages) neovim;
|
||||
inherit (self.packages) lint nixfmt;
|
||||
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||
librewolf = pkgs.librewolf.override {cfg.speechSynthesisSupport = false;};
|
||||
};
|
||||
etc = {
|
||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue