Make sure Firefox is up to date

This commit is contained in:
Artemis Tosini 2022-03-07 21:03:56 +00:00
parent f7253c0fb8
commit 36f80d1764
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
5 changed files with 9 additions and 7 deletions

View file

@ -39,16 +39,16 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1645072054, "lastModified": 1646497237,
"narHash": "sha256-I+HkWU1IpRb93VzjayAybj3L2CcJxNlZDhSeSpL3eSw=", "narHash": "sha256-Ccpot1h/rV8MgcngDp5OrdmLTMaUTbStZTR5/sI7zW0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "97777606991c3a78040c883fa97791ae77073022", "rev": "062a0c5437b68f950b081bbfc8a699d57a4ee026",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-unstable-small", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11"; nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-21.11"; url = "github:nix-community/home-manager/release-21.11";

View file

@ -12,7 +12,7 @@ in
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
pkgs-unstable.kicad # pkgs-unstable.kicad
openocd openocd
picocom picocom
stlink stlink

View file

@ -124,7 +124,7 @@ in
libreoffice-fresh libreoffice-fresh
# Web # Web
firefox-wayland pkgs-unstable.firefox-wayland
# Gnome configuration # Gnome configuration
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme

View file

@ -28,6 +28,8 @@
]; ];
}; };
programs.ssh.startAgent = true;
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
opengl.driSupport32Bit = (pkgs.system == "x86_64-linux"); opengl.driSupport32Bit = (pkgs.system == "x86_64-linux");