diff options
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/env/niri/niri.nix | 1 | ||||
| -rw-r--r-- | hm/soft/browser.nix | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/hm/env/niri/niri.nix b/hm/env/niri/niri.nix index 8850396..e6a972c 100644 --- a/hm/env/niri/niri.nix +++ b/hm/env/niri/niri.nix @@ -46,6 +46,7 @@ in mod-key = "Alt"; keyboard = { xkb.layout = "pl"; + xkb.options = "caps:ctrl_modifier"; repeat-delay = 300; repeat-rate = 60; }; diff --git a/hm/soft/browser.nix b/hm/soft/browser.nix index fd57809..1047c38 100644 --- a/hm/soft/browser.nix +++ b/hm/soft/browser.nix @@ -50,6 +50,27 @@ in }; }; }; + extensions = { + force = true; + packages = with pkgs.nur.repos.rycee.firefox-addons; [ + ublock-origin + sidebery + bitwarden + buster-captcha-solver + sponsorblock + dearrow + darkreader + violentmonkey + i-dont-care-about-cookies + keepassxc-browser + noscript + privacy-settings + protondb-for-steam + steam-database + terms-of-service-didnt-read + unpaywall + ]; + }; settings = { "identity.fxaccounts.enabled" = true; |
