From 40752d4cc199beb8098a1df4c4a4b020e4073c09 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 17 Oct 2023 08:44:33 +0200 Subject: [PATCH] add README disable firefox webspeech popups --- README.md | 20 ++++++++++++++++++++ home/firefox/default.nix | 1 + 2 files changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04c184d --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# nixos-x260 + +NixOS configuration for my laptop. +My configuration is simple: I have one personal laptop with one user. + +## Features + +- Nixpkgs 23.05 +- Flakes! +- [Nix User Repository (NUR)](https://github.com/nix-community/NUR) + - Currently only used for Firefox Plugins +- [Home Manager](https://github.com/nix-community/home-manager) + - For managing my configuration for my user +- [Agenix](https://github.com/ryantm/agenix) + - To deploy global system secrets, like: + - Wireguard private key and shared secret +- [Homeage](https://github.com/jordanisaacs/homeage) + - To deploy secrets in my home directory, like: + - SSH keys + - Syncthing private key diff --git a/home/firefox/default.nix b/home/firefox/default.nix index e18c5c0..2d44cff 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -10,6 +10,7 @@ let "browser.shell.checkDefaultBrowser" = false; "browser.translations.automaticallyPopup" = false; "signon.rememberSignons" = false; + "media.webspeech.synth.dont_notify_on_error" = true; }; in {