Browser should update too

This commit is contained in:
Benson Chu 2025-01-12 11:37:04 -06:00
parent 33698a500c
commit 0d3ae9c856
2 changed files with 4 additions and 4 deletions

View file

@ -208,10 +208,10 @@ in
libtool
# browsers
google-chrome
firefox
updatePkgs.google-chrome
updatePkgs.firefox
lynx
chromium
updatePkgs.chromium
# networking
curl

View file

@ -17,7 +17,7 @@
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
unstablePkgs = unstable.legacyPackages.${system};
updatePkgs = update.legacyPackages.${system};
updatePkgs = import update { inherit system; config.allowUnfree = true; };
in {
nixosConfigurations = {
sandy = nixpkgs.lib.nixosSystem {