initial steam-rom-manager home-manager module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user