mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 15:45:39 +00:00
feat: migrate Prism Launcher from flatpak to home nix package
This commit is contained in:
parent
58490c36fe
commit
8a106e2758
2 changed files with 7 additions and 6 deletions
|
@ -4,17 +4,11 @@
|
|||
services.flatpak = {
|
||||
enable = true;
|
||||
packages = [
|
||||
"org.prismlauncher.PrismLauncher"
|
||||
"org.vinegarhq.Sober"
|
||||
"org.vinegarhq.Vinegar"
|
||||
"com.spotify.Client"
|
||||
];
|
||||
overrides = {
|
||||
"org.prismlauncher.PrismLauncher".Context = {
|
||||
filesystems = [
|
||||
"home"
|
||||
];
|
||||
};
|
||||
"org.vinegarhq.Sober".Context = {
|
||||
filesystems = [
|
||||
"xdg-run/app/com.discordapp.Discord:create"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue