Gaming/steam: remove proton and steam linux runtime desktop files
This commit is contained in:
parent
693410597a
commit
233581eccb
1 changed files with 9 additions and 3 deletions
|
|
@ -20,7 +20,13 @@
|
|||
else false;
|
||||
|
||||
# Celeste mod manager
|
||||
home-manager.users.toast.services.flatpak.packages = [
|
||||
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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue