mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:06:53 +01:00
Switch nixpkgs
This commit is contained in:
parent
1ac3ae0925
commit
279a431a4c
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue