mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Pin flake to nixos-22.11
This commit is contained in:
@@ -441,7 +441,7 @@ in {
|
||||
firefox = {
|
||||
enable = stdenv.isLinux;
|
||||
|
||||
package = pkgs.firefox-devedition;
|
||||
package = pkgs.firefox-devedition-bin;
|
||||
|
||||
profiles = {
|
||||
default = {
|
||||
@@ -450,6 +450,8 @@ in {
|
||||
settings = {
|
||||
"privacy.resistFingerprinting" = true;
|
||||
};
|
||||
name = "dev-edition-default";
|
||||
path = "6b7pm104.dev-edition-default";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user