mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
remove speechd from closure
This commit is contained in:
parent
a114216334
commit
c78a999e67
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,6 @@ _:
|
||||||
legendary-gl
|
legendary-gl
|
||||||
prismlauncher
|
prismlauncher
|
||||||
pcmanfm # file manager
|
pcmanfm # file manager
|
||||||
librewolf # best browser
|
|
||||||
obs-studio
|
obs-studio
|
||||||
vlc
|
vlc
|
||||||
webcord
|
webcord
|
||||||
|
|
@ -44,6 +43,7 @@ _:
|
||||||
|
|
||||||
inherit (pkgs.wineWowPackages) unstableFull;
|
inherit (pkgs.wineWowPackages) unstableFull;
|
||||||
inherit (pkgs.libsForQt5) kdenlive;
|
inherit (pkgs.libsForQt5) kdenlive;
|
||||||
|
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||||
};
|
};
|
||||||
etc = {
|
etc = {
|
||||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@
|
||||||
qbittorrent # steal stuff
|
qbittorrent # steal stuff
|
||||||
pavucontrol # gui volume control
|
pavucontrol # gui volume control
|
||||||
pcmanfm # file manager
|
pcmanfm # file manager
|
||||||
librewolf # best browser
|
|
||||||
vlc # play stuff
|
vlc # play stuff
|
||||||
ripgrep
|
ripgrep
|
||||||
fd
|
fd
|
||||||
|
|
@ -69,6 +68,7 @@
|
||||||
;
|
;
|
||||||
inherit (nvim-flake.packages) neovim;
|
inherit (nvim-flake.packages) neovim;
|
||||||
inherit (self.packages) lint nixfmt;
|
inherit (self.packages) lint nixfmt;
|
||||||
|
librewolf = pkgs.librewolf.override { cfg.speechSynthesisSupport = false; };
|
||||||
};
|
};
|
||||||
etc = {
|
etc = {
|
||||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue