Steam support

This commit is contained in:
Nio 2026-05-10 10:24:45 +02:00
parent dc901de1d9
commit edbcce37f1

View file

@ -57,5 +57,8 @@
programs.steam = {
enable = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
}