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:
|
# Set the networking hostname:
|
||||||
networking.hostName = "steamdeck";
|
networking.hostName = "steamdeck";
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
python3 # decky-loader required
|
||||||
|
jupiter-dock-updater-bin
|
||||||
|
];
|
||||||
|
|
||||||
jovian = {
|
jovian = {
|
||||||
decky-loader = {
|
decky-loader = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue