mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-10-04 07:25:40 +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
7
home/toast/modules/prismlauncher.nix
Normal file
7
home/toast/modules/prismlauncher.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
prismlauncher
|
||||||
|
];
|
||||||
|
}
|
|
@ -4,17 +4,11 @@
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = [
|
packages = [
|
||||||
"org.prismlauncher.PrismLauncher"
|
|
||||||
"org.vinegarhq.Sober"
|
"org.vinegarhq.Sober"
|
||||||
"org.vinegarhq.Vinegar"
|
"org.vinegarhq.Vinegar"
|
||||||
"com.spotify.Client"
|
"com.spotify.Client"
|
||||||
];
|
];
|
||||||
overrides = {
|
overrides = {
|
||||||
"org.prismlauncher.PrismLauncher".Context = {
|
|
||||||
filesystems = [
|
|
||||||
"home"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"org.vinegarhq.Sober".Context = {
|
"org.vinegarhq.Sober".Context = {
|
||||||
filesystems = [
|
filesystems = [
|
||||||
"xdg-run/app/com.discordapp.Discord:create"
|
"xdg-run/app/com.discordapp.Discord:create"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue