jellyfin mpv shim
This commit is contained in:
parent
e340e44b7b
commit
e2e7b8c15a
3 changed files with 23 additions and 22 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
# }
|
||||||
'';
|
# '';
|
||||||
};
|
# };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue