list concatenation
This commit is contained in:
@@ -19,32 +19,29 @@
|
||||
platformOptimizations.enable = true;
|
||||
};
|
||||
};
|
||||
users.users.jawz.packages =
|
||||
builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
shipwright # zelda OoT port
|
||||
mangohud # fps & stats overlay
|
||||
lutris # games launcher & emulator hub
|
||||
cartridges # games launcher
|
||||
gamemode # optimizes linux to have better gaming performance
|
||||
heroic # install epic games
|
||||
protonup-qt # update proton-ge
|
||||
ns-usbloader # load games into my switch
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
shipwright # zelda OoT port
|
||||
mangohud # fps & stats overlay
|
||||
lutris # games launcher & emulator hub
|
||||
cartridges # games launcher
|
||||
gamemode # optimizes linux to have better gaming performance
|
||||
heroic # install epic games
|
||||
protonup-qt # update proton-ge
|
||||
ns-usbloader # load games into my switch
|
||||
|
||||
# emulators
|
||||
rpcs3 # ps3
|
||||
pcsx2 # ps2
|
||||
cemu # wii u
|
||||
dolphin-emu # wii
|
||||
snes9x-gtk # snes
|
||||
ryujinx # switch
|
||||
;
|
||||
}
|
||||
++ builtins.attrValues {
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
polymc # minecraft launcher
|
||||
citra # 3Ds emulator
|
||||
;
|
||||
};
|
||||
# emulators
|
||||
rpcs3 # ps3
|
||||
pcsx2 # ps2
|
||||
cemu # wii u
|
||||
dolphin-emu # wii
|
||||
snes9x-gtk # snes
|
||||
ryujinx # switch
|
||||
;
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
polymc # minecraft launcher
|
||||
citra # 3Ds emulator
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user