Enable RetroArch on Steam Deck
This commit is contained in:
parent
202e5c098a
commit
8534c96c66
17 changed files with 127 additions and 113 deletions
|
|
@ -6,10 +6,13 @@
|
|||
|
||||
{
|
||||
# Configuration boot
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
boot = {
|
||||
initrd.systemd.enable = true;
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
systemd-boot.enable = true;
|
||||
timeout = 0;
|
||||
};
|
||||
};
|
||||
|
||||
# Change secrets file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue