mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Remove server files
This commit is contained in:
@@ -55,8 +55,9 @@
|
||||
programs = {
|
||||
firefox = {
|
||||
enable = true;
|
||||
package =
|
||||
pkgs.firefox-devedition.override { cfg = { speechSynthesisSupport = true; }; };
|
||||
package = pkgs.firefox-devedition.override {
|
||||
cfg = { speechSynthesisSupport = true; };
|
||||
};
|
||||
};
|
||||
chromium = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user