mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Change Firefox package to devedition
This commit is contained in:
@@ -16,11 +16,6 @@
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.fxCast = true;
|
||||
};
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
|
6
flake.lock
generated
6
flake.lock
generated
@@ -93,11 +93,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1680758185,
|
||||
"narHash": "sha256-sCVWwfnk7zEX8Z+OItiH+pcSklrlsLZ4TJTtnxAYREw=",
|
||||
"lastModified": 1680945546,
|
||||
"narHash": "sha256-8FuaH5t/aVi/pR1XxnF0qi4WwMYC+YxlfdsA0V+TEuQ=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "0e19daa510e47a40e06257e205965f3b96ce0ac9",
|
||||
"rev": "d9f759f2ea8d265d974a6e1259bd510ac5844c5d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -440,6 +440,7 @@ in {
|
||||
|
||||
firefox = {
|
||||
enable = stdenv.isLinux;
|
||||
package = pkgs.firefox-devedition;
|
||||
|
||||
profiles = {
|
||||
default = {
|
||||
|
Reference in New Issue
Block a user