Switch nixpkgs

This commit is contained in:
Johannes Jöns 2023-03-24 17:15:57 +01:00
parent 1ac3ae0925
commit 279a431a4c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
inputs = { inputs = {
# nixpkgs (Packges and modules) # nixpkgs (Packges and modules)
#nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; #nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = github:jopejoe1/nixpkgs/firefox; nixpkgs.url = github:jopejoe1/nixpkgs/hplip;
# Nix Hardware (Hardware configs) # Nix Hardware (Hardware configs)
nixos-hardware.url = github:NixOS/nixos-hardware; nixos-hardware.url = github:NixOS/nixos-hardware;

View file

@ -68,7 +68,7 @@ in
}; };
firefox = { firefox = {
enable = true; enable = true;
package = pkgs.wrapFirefox pkgs.firefox-devedition-unwrapped { package = pkgs.wrapFirefox pkgs.firefox-unwrapped {
extraPolicies = { extraPolicies = {
AppAutoUpdate = false; AppAutoUpdate = false;
BackgroundAppUpdate = false; BackgroundAppUpdate = false;