add README
disable firefox webspeech popups
This commit is contained in:
parent
af506f6f0d
commit
40752d4cc1
2 changed files with 21 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal 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
|
|
@ -10,6 +10,7 @@ let
|
||||||
"browser.shell.checkDefaultBrowser" = false;
|
"browser.shell.checkDefaultBrowser" = false;
|
||||||
"browser.translations.automaticallyPopup" = false;
|
"browser.translations.automaticallyPopup" = false;
|
||||||
"signon.rememberSignons" = false;
|
"signon.rememberSignons" = false;
|
||||||
|
"media.webspeech.synth.dont_notify_on_error" = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue