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";