From 1311ab275a5d6ef2d5826980e81c281b4bfbf84d Mon Sep 17 00:00:00 2001 From: Toast Date: Wed, 24 Jan 2024 09:31:38 +0100 Subject: [PATCH] Gaming/steam: install olympus --- roles/gaming/programs/steam.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/gaming/programs/steam.nix b/roles/gaming/programs/steam.nix index 27a1a33..372a707 100644 --- a/roles/gaming/programs/steam.nix +++ b/roles/gaming/programs/steam.nix @@ -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" + ]; }