This commit is contained in:
Invariantspace 2024-03-17 12:40:09 -07:00
parent 73cd77b6c8
commit d5f9685123
4 changed files with 40 additions and 43 deletions

View file

@ -6,6 +6,7 @@ let
in
{
home-manager.users.${usr}.home.packages = with jovianPkgs; [
lutris
(retroarch.override {
cores = with libretro; [
pcsx2
@ -15,7 +16,10 @@ in
# yuzu
];
jovian = {
devices.steamdeck.enable = true;
devices.steamdeck = {
enable = true;
autoUpdate = true;
};
steam = {
enable = true;
autoStart = true;