made script for steam on xwayland satelite

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-12 17:37:12 +02:00
parent fc1482494f
commit 1a4e7fd3f6
6 changed files with 161 additions and 18 deletions

View file

@ -1,4 +1,8 @@
{ config, pkgs, ... }: {
{
config,
pkgs,
...
}: {
# AMD GPU configuration
hardware.amdgpu.initrd.enable = true;
@ -24,7 +28,4 @@
alsa.enable = true;
pulse.enable = true;
};
# Gaming support
programs.steam.enable = true;
}
}