Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-02-06 11:18:07 +01:00
parent 6f6b6dadad
commit 6dd75aea28
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 36 additions and 34 deletions

18
flake.lock generated
View file

@ -176,11 +176,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1675652727, "lastModified": 1675674706,
"narHash": "sha256-j6zbFpOBAnyj4OZ+DL4FzpcZlj5L/QG8Ve6fwYkn2mQ=", "narHash": "sha256-OkbmD3qf+Lv5P7n7sr6TEOO57whO7DxViGS/7UpdT+c=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "8c20f1b7fbed3744c5a4c46381781f14c1001269", "rev": "cf267241b56b425d20faed46ab8e16dd0434a663",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -230,11 +230,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1675595366, "lastModified": 1675637696,
"narHash": "sha256-WoQkwaaoZqrhWpIrMxA+2j8CgxgyvjHzCyEZAQu06rQ=", "narHash": "sha256-tilJS8zCS3PaDfVOfsBZ4zspuam8tc7IMZxtGa/K/uo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9621e9ab80a038cd11c7cfcae4df46a59d62b16a", "rev": "c43d4a3d6d9ef8ddbe2438362f5c775b4186000b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -302,11 +302,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1675656597, "lastModified": 1675662331,
"narHash": "sha256-9ZbdF9+4/k9kgqcapxNoIrtrTB9Yygq39Bs4XmbsG0k=", "narHash": "sha256-lM5VQ+wcSSoom5ErG02Z4powVb9cycbikwR01Ui02qw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "20155f5388ca02eef6fd58450bc016aba0243c63", "rev": "25b2e89ce39e5d2da0349bda386c0aeb16b6782b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -73,6 +73,7 @@ in
firefox = { firefox = {
enable = true; enable = true;
package = ffPackage; package = ffPackage;
profiles.default = {
extensions = with pkgs.nur.repos.rycee.firefox-addons; [ extensions = with pkgs.nur.repos.rycee.firefox-addons; [
belgium-eid belgium-eid
browserpass browserpass
@ -82,7 +83,7 @@ in
umatrix umatrix
zotero-connector zotero-connector
]; ];
profiles.default.settings = { settings = {
"browser.aboutConfig.showWarning" = false; "browser.aboutConfig.showWarning" = false;
"browser.contentblocking.category" = "custom"; "browser.contentblocking.category" = "custom";
"browser.download.dir" = "/home/charlotte/downloads"; "browser.download.dir" = "/home/charlotte/downloads";
@ -103,4 +104,5 @@ in
}; };
}; };
}; };
};
} }