temperance/configuration.nix: disable steam

This commit is contained in:
Charlie Root 2025-03-02 19:11:36 +01:00
commit 3f1077be3c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -57,7 +57,7 @@ in {
firefox.enable = true;
spotify.enable = true;
zellij.enable = false;
steam.enable = true;
steam.enable = false;
terminals = {
foot.enable = true;
kitty.enable = true;