individualize yubikey configs, update Earthmover hardware config and remove openrgb, use gpu screen recorder module, install gamescope

This commit is contained in:
wo2wz 2025-07-21 17:19:40 -04:00
parent e2d896a781
commit fbb7c5b831
7 changed files with 23 additions and 8 deletions

View file

@ -29,7 +29,10 @@
environment.systemPackages = with pkgs; [
bitwarden
krita
gpu-screen-recorder-gtk
vlc
gpu-screen-recorder-gtk
];
# needed alongside the GUI app for promptless recording
programs.gpu-screen-recorder.enable = true;
}