feat(home): add RetroArch for device "ryu" and update MPV config

Add RetroArch as a home package for devices named "ryu" and enhance MPV configuration with GPU settings. Adjust wallpaper engine service to improve performance. Add a script for enabling HDR with Steam commands.
This commit is contained in:
uttarayan21
2025-10-23 00:43:16 +05:30
parent d1980ac0ae
commit 32ee60eae4
5 changed files with 27 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ lib.mkIf (device.is "ryu") {
];
Type = "simple";
ExecStartPre = "${pkgs.coreutils}/bin/sleep 3";
ExecStart = "${pkgs.linux-wallpaperengine}/bin/linux-wallpaperengine -s --scaling fill --screen-root HDMI-A-1 --bg 2780316434";
ExecStart = "${pkgs.linux-wallpaperengine}/bin/linux-wallpaperengine --silent --no-audio-processing -f 15 --scaling fill --screen-root HDMI-A-1 --bg 2780316434";
Restart = "on-failure";
RestartSec = 5;
TimeoutStartSec = 30;