From bc887eb5585e5115d00f32b8ebad7fd855be4f62 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 4 Aug 2022 22:38:46 +0100 Subject: [PATCH] New things --- hosts/pingbox/configuration.nix | 10 ++++++++++ users/daniel/default.nix | 2 ++ 2 files changed, 12 insertions(+) diff --git a/hosts/pingbox/configuration.nix b/hosts/pingbox/configuration.nix index 5d7ecda..adfca06 100644 --- a/hosts/pingbox/configuration.nix +++ b/hosts/pingbox/configuration.nix @@ -20,6 +20,14 @@ hardware.acpilight.enable = lib.mkDefault true; + hardware.opengl = { + enable = true; + extraPackages = with pkgs; [ + intel-media-driver + vaapiIntel + ]; + }; + networking = { hostName = "pingbox"; interfaces.wlp170s0.useDHCP = true; @@ -28,6 +36,8 @@ services = { fprintd.enable = true; + fwupd.enable = true; + tlp = { enable = true; settings = { diff --git a/users/daniel/default.nix b/users/daniel/default.nix index 002e021..f24cc1f 100644 --- a/users/daniel/default.nix +++ b/users/daniel/default.nix @@ -58,7 +58,9 @@ playerctl runescape spotify-qt + udiskie xclip + zathura ]; defaultUser = "daniel";