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 = {
# nixpkgs (Packges and modules)
#nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = github:jopejoe1/nixpkgs/firefox;
nixpkgs.url = github:jopejoe1/nixpkgs/hplip;
# Nix Hardware (Hardware configs)
nixos-hardware.url = github:NixOS/nixos-hardware;

View file

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