Gaming/steam: remove proton and steam linux runtime desktop files

This commit is contained in:
Toast 2024-03-22 10:00:09 +01:00
parent 693410597a
commit 233581eccb

View file

@ -20,7 +20,13 @@
else false;
# Celeste mod manager
home-manager.users.toast.services.flatpak.packages = [
"io.github.everestapi.Olympus"
];
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 = [
"io.github.everestapi.Olympus"
];
};
}