Updates to the steam deck

This commit is contained in:
albert 2024-04-28 13:18:33 +09:00
parent acbcb5f149
commit 0aac20c9d0
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -22,6 +22,11 @@
# Set the networking hostname:
networking.hostName = "steamdeck";
environment.systemPackages = with pkgs; [
python3 # decky-loader required
jupiter-dock-updater-bin
];
jovian = {
decky-loader = {
enable = true;