add README

disable firefox webspeech popups
This commit is contained in:
Pim Kunis 2023-10-17 08:44:33 +02:00
parent af506f6f0d
commit 40752d4cc1
2 changed files with 21 additions and 0 deletions

20
README.md Normal file
View file

@ -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

View file

@ -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
{