Plamsa
This commit is contained in:
parent
678bdb8e73
commit
c816f4babf
5 changed files with 41 additions and 19 deletions
|
|
@ -105,17 +105,6 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
privacy-badger
|
||||
bitwarden
|
||||
clearurls
|
||||
decentraleyes
|
||||
ghostery
|
||||
privacy-redirect
|
||||
privacy-badger
|
||||
disconnect
|
||||
];
|
||||
profiles = {
|
||||
jsutter = {
|
||||
id = 0;
|
||||
|
|
@ -129,7 +118,18 @@ in
|
|||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||
user_pref("media.rdd-vpx.enabled", true);
|
||||
'';
|
||||
userChrome = ''
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
privacy-badger
|
||||
bitwarden
|
||||
clearurls
|
||||
decentraleyes
|
||||
ghostery
|
||||
privacy-redirect
|
||||
privacy-badger
|
||||
disconnect
|
||||
];
|
||||
userChrome = ''
|
||||
@import "firefox-gnome-theme/userChrome.css";
|
||||
@import "firefox-gnome-theme/theme/colors/dark.css";
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue