add bitwarden
This commit is contained in:
parent
fb429f8293
commit
0cd61c0a9d
3 changed files with 12 additions and 7 deletions
|
|
@ -42,6 +42,7 @@
|
||||||
gimp
|
gimp
|
||||||
calibre
|
calibre
|
||||||
helium-browser
|
helium-browser
|
||||||
|
bitwarden-desktop
|
||||||
|
|
||||||
# browsers
|
# browsers
|
||||||
# (chromium.override {
|
# (chromium.override {
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
--toolbar-bgcolor: rgb(24, 24, 37) !important;
|
--toolbar-bgcolor: rgb(24, 24, 37) !important;
|
||||||
--toolbox-non-lwt-bgcolor: rgb(17, 17, 27) !important;
|
--toolbox-non-lwt-bgcolor: rgb(17, 17, 27) !important;
|
||||||
--toolbox-non-lwt-textcolor: rgb(205, 214, 244) !important;
|
--toolbox-non-lwt-textcolor: rgb(205, 214, 244) !important;
|
||||||
--input-bgcolor: rgb(24, 24, 37) !important;
|
--input-bgcolor: rgb(17, 17, 27) !important;
|
||||||
--toolbar-field-background-color: var(--input-bgcolor) !important;
|
--toolbar-field-background-color: var(--input-bgcolor) !important;
|
||||||
--input-color: rgb(205, 214, 244) !important;
|
--input-color: rgb(205, 214, 244) !important;
|
||||||
--toolbar-field-color: var(--input-color) !important;
|
--toolbar-field-color: var(--input-color) !important;
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
--tab-selected-textcolor: rgb(205, 214, 244) !important;
|
--tab-selected-textcolor: rgb(205, 214, 244) !important;
|
||||||
--chrome-content-separator-color: rgb(49, 50, 68) !important;
|
--chrome-content-separator-color: rgb(49, 50, 68) !important;
|
||||||
--toolbar-field-focus-border-color: rgb(49, 50, 68) !important;
|
--toolbar-field-focus-border-color: rgb(49, 50, 68) !important;
|
||||||
--input-border-color: rgb(49, 50, 68) !important;
|
--input-border-color: rgb(24, 24, 37) !important;
|
||||||
--toolbar-field-border-color: var(--input-border-color) !important;
|
--toolbar-field-border-color: var(--input-border-color) !important;
|
||||||
--toolbar-field-focus-background-color: rgb(30, 30, 46) !important;
|
--toolbar-field-focus-background-color: rgb(30, 30, 46) !important;
|
||||||
#urlbar-input:focus::selection,
|
#urlbar-input:focus::selection,
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
--toolbar-bgcolor: rgb(230, 233, 239) !important;
|
--toolbar-bgcolor: rgb(230, 233, 239) !important;
|
||||||
--toolbox-non-lwt-bgcolor: rgb(220, 224, 232) !important;
|
--toolbox-non-lwt-bgcolor: rgb(220, 224, 232) !important;
|
||||||
--toolbox-non-lwt-textcolor: rgb(76, 79, 105) !important;
|
--toolbox-non-lwt-textcolor: rgb(76, 79, 105) !important;
|
||||||
--input-bgcolor: rgb(230, 233, 239) !important;
|
--input-bgcolor: rgb(220, 224, 232) !important;
|
||||||
--toolbar-field-background-color: var(--input-bgcolor) !important;
|
--toolbar-field-background-color: var(--input-bgcolor) !important;
|
||||||
--input-color: rgb(76, 79, 105) !important;
|
--input-color: rgb(76, 79, 105) !important;
|
||||||
--toolbar-field-color: var(--input-color) !important;
|
--toolbar-field-color: var(--input-color) !important;
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
--tab-selected-textcolor: rgb(76, 79, 105) !important;
|
--tab-selected-textcolor: rgb(76, 79, 105) !important;
|
||||||
--chrome-content-separator-color: rgb(239, 241, 245) !important;
|
--chrome-content-separator-color: rgb(239, 241, 245) !important;
|
||||||
--toolbar-field-focus-border-color: rgb(76, 79, 105) !important;
|
--toolbar-field-focus-border-color: rgb(76, 79, 105) !important;
|
||||||
--input-border-color: rgb(239, 241, 245) !important;
|
--input-border-color: rgb(230, 233, 239) !important;
|
||||||
--toolbar-field-border-color: var(--input-border-color) !important;
|
--toolbar-field-border-color: var(--input-border-color) !important;
|
||||||
--toolbar-field-focus-background-color: rgb(239, 241, 245) !important;
|
--toolbar-field-focus-background-color: rgb(239, 241, 245) !important;
|
||||||
#urlbar-input:focus::selection,
|
#urlbar-input:focus::selection,
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox.override {
|
package = pkgs.firefox.override {
|
||||||
nativeMessagingHosts = [
|
nativeMessagingHosts = with pkgs; [
|
||||||
pkgs.firefoxpwa
|
firefoxpwa
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
policies = {
|
policies = {
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
# "force_installed" and "normal_installed".
|
# "force_installed" and "normal_installed".
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
"*" = {
|
"*" = {
|
||||||
"installation_mode" = "allowed";
|
"installation_mode" = "blocked";
|
||||||
};
|
};
|
||||||
"uBlock0@raymondhill.net" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
installation_mode = "allowed";
|
installation_mode = "allowed";
|
||||||
|
|
@ -56,6 +56,9 @@
|
||||||
"{aecec67f-0d10-4fa7-b7c7-609a2db280cf}" = {
|
"{aecec67f-0d10-4fa7-b7c7-609a2db280cf}" = {
|
||||||
installation_mode = "allowed";
|
installation_mode = "allowed";
|
||||||
};
|
};
|
||||||
|
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||||||
|
installation_mode = "allowed";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
DisableTelemetry = true;
|
DisableTelemetry = true;
|
||||||
DisableFirefoxStudies = true;
|
DisableFirefoxStudies = true;
|
||||||
|
|
@ -93,6 +96,7 @@
|
||||||
sponsorblock
|
sponsorblock
|
||||||
pwas-for-firefox
|
pwas-for-firefox
|
||||||
control-panel-for-twitter
|
control-panel-for-twitter
|
||||||
|
bitwarden
|
||||||
];
|
];
|
||||||
settings = {
|
settings = {
|
||||||
"{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}".settings = {
|
"{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}".settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue