From 47527f8dfc403a0c2142ba5b018a4755ca8558ca Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 7 Oct 2024 21:47:45 +0100 Subject: [PATCH] update --- flake.lock | 24 ++++++++++++------------ hosts/common/graphical/default.nix | 2 +- hosts/pingbox/configuration.nix | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index 741a89c..eeb1807 100644 --- a/flake.lock +++ b/flake.lock @@ -122,11 +122,11 @@ "pre-commit-hooks": "pre-commit-hooks_2" }, "locked": { - "lastModified": 1727457166, - "narHash": "sha256-14WVOHLkjaancEXOaiNqzjyIiwDX+dYKu53k41rzZHo=", + "lastModified": 1728321774, + "narHash": "sha256-czYelxR5FxTFRDwSb+9XV4XO7hA3uGjmJkVBQNt2U/E=", "owner": "cachix", "repo": "devenv", - "rev": "6090da46bfb53e358b818cee491df1a25daa85e0", + "rev": "96918383d250cacc60962af0fb9b45ac10d28f00", "type": "github" }, "original": { @@ -444,11 +444,11 @@ ] }, "locked": { - "lastModified": 1727383923, - "narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=", + "lastModified": 1728306985, + "narHash": "sha256-l/KpcWTv2SjxCnqFs5GYhvjeVYd40WQV4/F2+w9btd4=", "owner": "nix-community", "repo": "home-manager", - "rev": "ffe2d07e771580a005e675108212597e5b367d2d", + "rev": "3ac39b2a8b7cbfc0f96628d8a84867c885bc988b", "type": "github" }, "original": { @@ -744,11 +744,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1727348695, - "narHash": "sha256-J+PeFKSDV+pHL7ukkfpVzCOO7mBSrrpJ3svwBFABbhI=", + "lastModified": 1728018373, + "narHash": "sha256-NOiTvBbRLIOe5F6RbHaAh6++BNjsb149fGZd1T4+KBg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1925c603f17fc89f4c8f6bf6f631a802ad85d784", + "rev": "bc947f541ae55e999ffdb4013441347d83b00feb", "type": "github" }, "original": { @@ -942,11 +942,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1727439069, - "narHash": "sha256-qonN+4DQtubTpV5VluIX57aq6J0UurtW2IGz8dtIzJE=", + "lastModified": 1728303112, + "narHash": "sha256-7+3LJhxyFxX50zT9Es990zi97b8b8u+YmMrKJiBzcHA=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "93b14ef3d7f496ae49c79ba392eb3351cb92b57a", + "rev": "5cb9ac1a353e62909ff2d9fb7c64280e861ff3a2", "type": "github" }, "original": { diff --git a/hosts/common/graphical/default.nix b/hosts/common/graphical/default.nix index 5bffa87..cf5f69b 100644 --- a/hosts/common/graphical/default.nix +++ b/hosts/common/graphical/default.nix @@ -6,7 +6,7 @@ }: { security.pam.services.gdm.enableGnomeKeyring = true; # Enable the X11 windowing system. - hardware.opengl.driSupport32Bit = true; + hardware.graphics.enable32Bit = true; hardware.bluetooth.enable = true; hardware.pulseaudio.enable = false; services.blueman.enable = true; diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index e5148dd..25ba0ae 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -22,7 +22,7 @@ hardware.acpilight.enable = lib.mkDefault true; - hardware.opengl = { + hardware.graphics = { enable = true; extraPackages = with pkgs; [ intel-media-driver