diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-07-14 13:55:58 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-07-14 13:55:58 +0530 |
| commit | c79515ae95eb30e7c341c1b73582fc1788df973b (patch) | |
| tree | a94f0d4f168510385bb442915ef4e490a1399ea6 /common/programs | |
| parent | dae1955fafe2459ddf31fec141a8f17983122102 (diff) | |
Some stuff which i dont remember
Diffstat (limited to 'common/programs')
| -rw-r--r-- | common/programs/brave.nix | 2 | ||||
| -rw-r--r-- | common/programs/librewolf.nix | 34 |
2 files changed, 18 insertions, 18 deletions
diff --git a/common/programs/brave.nix b/common/programs/brave.nix index d7240e7..cba3bca 100644 --- a/common/programs/brave.nix +++ b/common/programs/brave.nix @@ -1,7 +1,7 @@ { inputs, pkgs, ... }: { programs.brave = { - enable = true; + enable = false; package = inputs.brave-origin.packages.${pkgs.stdenv.hostPlatform.system}.default; extensions = [ diff --git a/common/programs/librewolf.nix b/common/programs/librewolf.nix index 9238632..f5a6440 100644 --- a/common/programs/librewolf.nix +++ b/common/programs/librewolf.nix @@ -7,7 +7,7 @@ }: { programs.librewolf = { - enable = false; + enable = true; policies = { ExtensionSettings = { # "uBlock0@raymondhill.net" = { @@ -63,22 +63,22 @@ "browser.toolbars.bookmarks.visibility" = "never"; "widget.use-xdg-desktop-portal.file-picker" = 1; }; - userChrome = '' - @import "firefox-gnome-theme/userChrome.css"; - * { - font-family: "monospace" !important; - border-radius: 0px !important; - } - - ''; - userContent = '' - @import "firefox-gnome-theme/userContent.css"; - * { - font-family: "monospace" !important; - border-radius: 0px !important; - } - ''; - + # userChrome = '' + # @import "firefox-gnome-theme/userChrome.css"; + # * { + # font-family: "monospace" !important; + # border-radius: 0px !important; + # } + # + # ''; + # userContent = '' + # @import "firefox-gnome-theme/userContent.css"; + # * { + # font-family: "monospace" !important; + # border-radius: 0px !important; + # } + # ''; + # search = { force = true; engines = { |
