Changes
2 changed files (+4/-16)
-
-
@@ -22,6 +22,9 @@}) ]; # TODO: Microphone doesn't work and importing the nixos-hardware config doesn't help # https://github.com/NixOS/nixos-hardware/blob/master/framework/13-inch/amd-ai-300-series/default.nix # Fingerprint authentication services.fprintd.enable = true; # Don't enable fprintd for everything, otherwise plasmalogin takes 30 seconds to log in
-
-
-
@@ -24,27 +24,12 @@firefox = { enable = true; # Probably want to stick with Firefox for now instead of LibreWolf which can only be configured with home-manager # Only put settings here that are hard to change in the GUI preferences = { # Stop this stupidity "browser.ctrlTab.sortByRecentlyUsed" = true; # Screw you useless Firefox AI garbage "browser.ml.chat.menu" = false; # Clean up new tab page "browser.newtabpage.activity-stream.showWeather" = false; "browser.newtabpage.activity-stream.feeds.topsites" = false; "browser.newtabpage.activity-stream.feeds.section.topstories" = false; # Show title bar for KDE consistency "browser.tabs.inTitlebar" = 0; # Don't show ads in search bar "browser.urlbar.suggest.quicksuggest.sponsored" = false; # HTTPS-only mode "dom.security.https_only_mode" = true; # Middle click to scroll "general.autoScroll" = true; # INFINITE HISTORY "places.history.expiration.max_pages" = 2147483647; # Strict tracking protection "privacy.trackingprotection.enabled" = true; # KDE file picker "widget.use-xdg-desktop-portal.file-picker" = 1; };
-