We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7504d53 commit 6487989Copy full SHA for 6487989
1 file changed
modules/nixos/hardware/steamdeck.nix
@@ -46,6 +46,11 @@
46
# Ensure no conflicting audio configuration
47
services.pulseaudio.enable = lib.mkForce false;
48
49
+ # Required for Decky Loader.
50
+ systemd.user.tmpfiles.rules = lib.mkIf config.jovian.decky-loader.enable [
51
+ "f /home/${config.jovian.steam.user}/.local/share/Steam/.cef-enable-remote-debugging 0644 ${config.jovian.steam.user} users -"
52
+ ];
53
+
54
# Additional Steam Deck-specific system configuration can go here
55
# For example:
56
# - Power management optimizations
0 commit comments