Updated nix flake (+ making it build) & Migration to continuwuity

This commit is contained in:
Jurn Wubben 2025-05-25 20:30:30 +02:00
parent 1bbb3dedcc
commit 1243606b55
6 changed files with 59 additions and 77 deletions

View file

@ -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 [