From c8d487d374d9eb966a5a5b71d6a0bc67dd10a4ee Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 26 Oct 2025 19:38:06 +0100 Subject: [PATCH] Gaming/steam: install sgdboop, move comment to place --- roles/gaming/programs/steam.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/gaming/programs/steam.nix b/roles/gaming/programs/steam.nix index afbfb67..fc59c63 100644 --- a/roles/gaming/programs/steam.nix +++ b/roles/gaming/programs/steam.nix @@ -19,14 +19,15 @@ then true else false; - # Celeste mod manager home-manager.users.toast = { systemd.user.tmpfiles.rules = [ "r '/%h/.local/share/applications/Steam Linux Runtime *.desktop'" "r '/%h/.local/share/applications/Proton *.desktop'" ]; services.flatpak.packages = [ + # Celeste mod manager "io.github.everestapi.Olympus" ]; + home.packages = [pkgs.sgdboop]; }; }