Gaming/steam: install olympus
This commit is contained in:
parent
a40268476c
commit
1311ab275a
1 changed files with 5 additions and 0 deletions
|
|
@ -8,4 +8,9 @@
|
||||||
};
|
};
|
||||||
# Some linux native games (rise of the tomb raider) use alsa for sound
|
# Some linux native games (rise of the tomb raider) use alsa for sound
|
||||||
services.pipewire.alsa.enable = if config.services.pipewire.pulse.enable == true then true else false;
|
services.pipewire.alsa.enable = if config.services.pipewire.pulse.enable == true then true else false;
|
||||||
|
|
||||||
|
# Celeste mod manager
|
||||||
|
home-manager.users.toast.services.flatpak.packages = [
|
||||||
|
"io.github.everestapi.Olympus"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue