Gaming/steam: install sgdboop, move comment to place

This commit is contained in:
Toast 2025-10-26 19:38:06 +01:00
parent 13c1d5864d
commit c8d487d374

View file

@ -19,14 +19,15 @@
then true then true
else false; else false;
# Celeste mod manager
home-manager.users.toast = { home-manager.users.toast = {
systemd.user.tmpfiles.rules = [ systemd.user.tmpfiles.rules = [
"r '/%h/.local/share/applications/Steam Linux Runtime *.desktop'" "r '/%h/.local/share/applications/Steam Linux Runtime *.desktop'"
"r '/%h/.local/share/applications/Proton *.desktop'" "r '/%h/.local/share/applications/Proton *.desktop'"
]; ];
services.flatpak.packages = [ services.flatpak.packages = [
# Celeste mod manager
"io.github.everestapi.Olympus" "io.github.everestapi.Olympus"
]; ];
home.packages = [pkgs.sgdboop];
}; };
} }