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
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];
};
}