Gaming/steam: install olympus

This commit is contained in:
Toast 2024-01-24 09:31:38 +01:00
parent a40268476c
commit 1311ab275a

View file

@ -8,4 +8,9 @@
};
# Some linux native games (rise of the tomb raider) use alsa for sound
services.pipewire.alsa.enable = if config.services.pipewire.pulse.enable == true then true else false;
# Celeste mod manager
home-manager.users.toast.services.flatpak.packages = [
"io.github.everestapi.Olympus"
];
}