jellyfin mpv shim

This commit is contained in:
tristan 2024-03-03 15:36:08 +00:00
parent e340e44b7b
commit e2e7b8c15a
3 changed files with 23 additions and 22 deletions

View file

@ -41,6 +41,7 @@
./home/programs/graphical.nix ./home/programs/graphical.nix
./home/programs/gamer.nix ./home/programs/gamer.nix
./home/programs/personal/. ./home/programs/personal/.
./home/programs/xr.nix
]; ];
FCS-Tristan-Nixbook = FCS-Tristan-Nixbook =

View file

@ -19,7 +19,6 @@
ardour ardour
blender blender
# musescore # musescore
jellyfin-media-player
monero-gui monero-gui
electrum electrum
xmrig xmrig
@ -30,5 +29,6 @@
hugo hugo
libsForQt5.neochat libsForQt5.neochat
bookworm bookworm
jellyfin-mpv-shim
]; ];
} }

View file

@ -5,26 +5,26 @@
home.file.".config/openxr/1/openxr_monado.json" = { home.file.".config/openxr/1/openxr_monado.json" = {
source = "${pkgs.monado}/share/openxr/1/openxr_monado.json"; source = "${pkgs.monado}/share/openxr/1/openxr_monado.json";
}; };
home.file.".config/openvr/openvrpaths.vrpath" = { # home.file.".config/openvr/openvrpaths.vrpath" = {
text = '' # text = ''
{ # {
"config" : # "config" :
[ # [
"${config.home.homeDirectory}/.local/share/Steam/config" # "${config.home.homeDirectory}/.local/share/Steam/config"
], # ],
"external_drivers" : null, # "external_drivers" : null,
"jsonid" : "vrpathreg", # "jsonid" : "vrpathreg",
"log" : # "log" :
[ # [
"${config.home.homeDirectory}/.local/share/Steam/logs" # "${config.home.homeDirectory}/.local/share/Steam/logs"
], # ],
"runtime" : # "runtime" :
[ # [
"${pkgs.opencomposite}/lib/opencomposite" # "${pkgs.opencomposite}/lib/opencomposite"
], # ],
"version" : 1 # "version" : 1
} # }
''; # '';
}; # };
} }