Compare commits
2 Commits
59656b7dc8
...
fde813460a
| Author | SHA1 | Date | |
|---|---|---|---|
| fde813460a | |||
| 7a6e450c8f |
@@ -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:
|
7. (Optional) You can install `proton-ge` by running the following command:
|
||||||
```sh
|
```sh
|
||||||
protonup
|
protonup
|
||||||
|
```
|
||||||
|
8. (Optional) Add Decky Loader for Steam via this command:
|
||||||
|
```sh
|
||||||
|
touch ~/.steam/steam/.cef-enable-remote-debugging
|
||||||
|
|
||||||
```
|
```
|
||||||
### MacOS (Darwin) Installation
|
### MacOS (Darwin) Installation
|
||||||
1. Install [Nix](https://nixos.org).
|
1. Install [Nix](https://nixos.org).
|
||||||
|
|||||||
@@ -13,4 +13,5 @@
|
|||||||
jovian.steam.desktopSession = "hyprland";
|
jovian.steam.desktopSession = "hyprland";
|
||||||
jovian.steam.user = "${myConfig.essentials.Username}";
|
jovian.steam.user = "${myConfig.essentials.Username}";
|
||||||
jovian.hardware.has.amd.gpu = true;
|
jovian.hardware.has.amd.gpu = true;
|
||||||
|
jovian.decky-loader.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user