baseline
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user