initial steam-rom-manager home-manager module

This commit is contained in:
mjallen18
2025-02-18 14:39:09 -06:00
parent 151da6583d
commit 0eec8ca01f
5 changed files with 357 additions and 428 deletions

View File

@@ -7,10 +7,13 @@
{
imports =
[ # Include the results of the hardware scan.
../default.nix
./boot.nix
./jovian.nix
./steam-shortcuts.nix
# ./steam-games.nix
# ./steam-game
# ./steam.nix
# ./steam-rom-manager.nix
./hardware-configuration.nix
];
@@ -165,27 +168,6 @@
};
};
# services.steamRomManager = {
# enable = true;
# user = "deck";
# romSources = [
# {
# name = "Nintendo Switch ROMs";
# path = "/home/deck/Emulation/roms/switch";
# platform = "nintendoswitch";
# emulator = "ryujinx";
# }
# ];
# emulators = [
# {
# name = "Ryujinx";
# executable = "${pkgs.ryujinx-greemdev}/bin/ryujinx";
# }
# ];
# };
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;