Updates to the steam deck
This commit is contained in:
parent
acbcb5f149
commit
0aac20c9d0
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue