Compare commits
28 commits
31273c3355
...
b6b1b3a1fe
Author | SHA1 | Date | |
---|---|---|---|
b6b1b3a1fe | |||
596c9871c7 | |||
4791b023d6 | |||
f1146512ba | |||
cbd045ac82 | |||
76977ba900 | |||
0172f5410b | |||
e7b83ccec1 | |||
147fc9967a | |||
cf62ffd52c | |||
546b3bb1d8 | |||
b0f82c166f | |||
c46c1c580d | |||
864ee129b0 | |||
3aed052567 | |||
8f1c4fbad1 | |||
97bc861c9e | |||
a7f8b8187c | |||
fba057a78f | |||
c3c7f161b3 | |||
760931a5c5 | |||
c86806c340 | |||
ea7c04e4ba | |||
e7f3350fe2 | |||
4ba88622ff | |||
9e6a4f3559 | |||
302375470f | |||
e3e6bb967c |
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
lib.mkIf config.programs.firefox.enable {
|
||||
programs.firefox = {
|
||||
package = pkgs.librewolf;
|
||||
package = pkgs.firefox-beta;
|
||||
languagePacks = [
|
||||
"de"
|
||||
"en-GB"
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
"notARepository" = "skip";
|
||||
git = {
|
||||
overrideGpg = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue