Add firefox and nur config

main
Carsten Kragelund 2023-04-25 11:13:53 +02:00
parent dd12abf428
commit 401ef3373a
Signed by: nyx
GPG Key ID: CADDADEEC9F753C0
2 changed files with 35 additions and 28 deletions

@ -8,11 +8,11 @@
]
},
"locked": {
"lastModified": 1681270840,
"narHash": "sha256-xYULk0ApWGgG/K1b+eJoF4sVGoic5zHw4zBvp7HQQWo=",
"lastModified": 1681296483,
"narHash": "sha256-MC3z0GOKB92Y1uFFxBj7N9D49qKsOug+LzcJB2W8bEE=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "1be00f42d07320f4fd0230172ceb27ec40330f53",
"rev": "20f5ce4dfacaf87234d6ab2b786dd008032edde1",
"type": "github"
},
"original": {
@ -200,11 +200,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1681215634,
"narHash": "sha256-dI0SsSWb7ksK3OtTCf61vdlBhok838aIpwQ2EUM+jhY=",
"lastModified": 1681272286,
"narHash": "sha256-9X5p+gwYrowgbsRgkf14HFI0fkr6UikuwRIQAMlF1yI=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5a156c2e89c1eca09b40bcdcee86760e0e4d79a9",
"rev": "6b70761ea8c896aff8994eb367d9526686501860",
"type": "github"
},
"original": {
@ -216,11 +216,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1681154110,
"narHash": "sha256-OQwWzlzAY1dCqgSsgZzsPIOGmX4pBGaoXOy0rSl4b5Y=",
"lastModified": 1681759395,
"narHash": "sha256-7aaRtLxLAy8qFVIA26ulB+Q5nDVzuQ71qi0s0wMjAws=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "115a96e2ac1e92937cd47c30e073e16dcaaf6247",
"rev": "cd749f58ba83f7155b7062dd49d08e5e47e44d50",
"type": "github"
},
"original": {
@ -247,11 +247,11 @@
},
"nur": {
"locked": {
"lastModified": 1681278261,
"narHash": "sha256-hXJGXX9WMI4iW5I3YH8aal8xQqtVt42AF3KI/wXEKqk=",
"lastModified": 1681304433,
"narHash": "sha256-2Q2S8bZ6q9PCH7f/+P0e/eJbP7rcXXm4icxD38D0PLQ=",
"owner": "nix-community",
"repo": "nur",
"rev": "4962f643d0656e3c65e03901baf0316598e6da2d",
"rev": "656c719f30abacb72dc391248e26625abf55b86f",
"type": "github"
},
"original": {

@ -37,22 +37,28 @@
programs.firefox = {
enable = osConfig.graphical;
package = (pkgs.firefox-devedition-bin.override { wmClass = "firefox-aurora"; });
profiles.default = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; with pkgs.nur.repos.sanctureplicum.firefox-addons; [
add-custom-search-engine
amp2html
clearurls
decentraleyes
duplicate-tab-shortcut
header-editor
istilldontcareaboutcookies
masterpassword-firefox
multi-account-containers
privacy-badger
privacy-redirect
tab-stash
ublock-origin
vimium
profiles.default = {};
profiles.dev-edition-default = {
name = "dev-edition-default";
id = 1;
extensions =
with pkgs.nur.repos.rycee.firefox-addons;
with pkgs.nur.repos.sanctureplicum.firefox-addons;
[
add-custom-search-engine
clearurls
decentraleyes
duplicate-tab-shortcut
multi-account-containers
istilldontcareaboutcookies
masterpassword-firefox
header-editor
privacy-badger
privacy-redirect
amp2html
tab-stash
ublock-origin
vimium
];
settings = {
"app.normandy.api_url" = "";
@ -185,6 +191,7 @@
pinentry-curses
unzip
yq
wezterm
# Rust