Gaming/steam: install sgdboop, move comment to place
This commit is contained in:
parent
13c1d5864d
commit
c8d487d374
1 changed files with 2 additions and 1 deletions
|
|
@ -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];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue