Fix deck
This commit is contained in:
parent
73cd77b6c8
commit
d5f9685123
4 changed files with 40 additions and 43 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue