feat(pkgs): add steam

This commit is contained in:
EinEtwas 2024-10-29 11:45:49 +01:00
parent 4775fe24c1
commit a964e0a3fd
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -8,6 +8,7 @@
signal-desktop signal-desktop
element-desktop element-desktop
bitwarden-desktop bitwarden-desktop
steam
# Terminal applications # Terminal applications
gh # github gh # github
@ -37,5 +38,6 @@
jetbrains.jdk jetbrains.jdk
jetbrains.rust-rover jetbrains.rust-rover
]; ];
nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland"; nixpkgs.config.vesktop.commandLineArgs = "--enable-features=UseOzonePlatform --ozone-platform=wayland";
} }