This commit is contained in:
mjallen18
2025-02-11 17:53:49 -06:00
parent 1c647c2205
commit 151da6583d
6 changed files with 605 additions and 12 deletions

View File

@@ -9,6 +9,8 @@
[ # Include the results of the hardware scan.
./boot.nix
./jovian.nix
./steam-shortcuts.nix
# ./steam-game
./hardware-configuration.nix
];
@@ -134,6 +136,8 @@
};
};
chaotic.mesa-git.enable = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment = {
@@ -141,6 +145,7 @@
fuse
jq
newt
maliit-keyboard
onlyoffice-bin
python3
rsync
@@ -160,6 +165,27 @@
};
};
# 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;