Update; Updated hardware-config; updated networking; changes to matrix; migrated to different switch emulator
This commit is contained in:
parent
2085ae43d1
commit
7d0e799e8f
10 changed files with 80 additions and 93 deletions
|
|
@ -107,10 +107,12 @@ in {
|
|||
]
|
||||
++ workspaces
|
||||
++ lib.optionals games (let
|
||||
ryubing = "${appE pkgs.ryubing} -ql";
|
||||
torzu = "${
|
||||
appE inputs.nixpkgs-torzu.legacyPackages.${pkgs.system}.torzu
|
||||
} -ql";
|
||||
dolphin = appE pkgs.dolphin-emu;
|
||||
in [
|
||||
"Super, s, exec, ${ryubing}"
|
||||
"Super, s, exec, ${torzu}"
|
||||
"Super, d, exec, ${dolphin}"
|
||||
])
|
||||
++ lib.optionals portable [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue