From c37126a731203bc7db124c42f6b5255069928383 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Thu, 28 Dec 2023 20:49:04 -0500 Subject: [PATCH] headset tests --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cdea57e..2f106a3 100644 --- a/flake.nix +++ b/flake.nix @@ -287,14 +287,17 @@ # For steam, and Vulkan in general hardware.opengl.driSupport = true; hardware.opengl.driSupport32Bit = true; + hardware.steam-hardware.enable = true; + programs.steam.enable = true; environment.systemPackages = with pkgs; [ tmux vim wget curl git w3m iftop iotop killall file unzip zip ripgrep imv killall gomuks htop python3 waypipe firefox-wayland chromium gnome.nautilus - vlc mpv steam libreoffice calibre foliate transmission-gtk mupdf + vlc mpv libreoffice calibre foliate transmission-gtk mupdf gimp pavucontrol pywal sway wayland glib dracula-theme gnome.adwaita-icon-theme swaylock swayidle wl-clipboard + monado openxr-loader xrgears (pkgs.writeTextFile { name = "dbus-sway-environment"; destination = "/bin/dbus-sway-environment";