Updated nix flake (+ making it build) & Migration to continuwuity
This commit is contained in:
parent
2f16f0c4d8
commit
01585c858e
6 changed files with 59 additions and 77 deletions
|
|
@ -107,10 +107,10 @@ in {
|
|||
]
|
||||
++ workspaces
|
||||
++ lib.optionals games (let
|
||||
suyu = "${appE pkgs.suyu} -ql";
|
||||
ryubing = "${appE pkgs.ryubing} -ql";
|
||||
dolphin = appE pkgs.dolphin-emu;
|
||||
in [
|
||||
"Super, s, exec, ${suyu}"
|
||||
"Super, s, exec, ${ryubing}"
|
||||
"Super, d, exec, ${dolphin}"
|
||||
])
|
||||
++ lib.optionals portable [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue