2 Commits

Author SHA1 Message Date
kenji fde813460a decky loader manual add 2025-07-18 13:15:21 -05:00
kenji 7a6e450c8f add decky loader 2025-07-18 13:15:16 -05:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -36,6 +36,11 @@ Installing Sakamoto Nix configuration may vary on your current operating system.
7. (Optional) You can install `proton-ge` by running the following command:
```sh
protonup
```
8. (Optional) Add Decky Loader for Steam via this command:
```sh
touch ~/.steam/steam/.cef-enable-remote-debugging
```
### MacOS (Darwin) Installation
1. Install [Nix](https://nixos.org).
+1
View File
@@ -13,4 +13,5 @@
jovian.steam.desktopSession = "hyprland";
jovian.steam.user = "${myConfig.essentials.Username}";
jovian.hardware.has.amd.gpu = true;
jovian.decky-loader.enable = true;
}