From e6e0c1467ab21ff85ab8a3683c19bbaf68ccb2f1 Mon Sep 17 00:00:00 2001 From: Chris Toph Date: Wed, 28 May 2025 23:03:15 -0400 Subject: [PATCH] disable citron emu, no longer available --- home/global/common/gaming/switch.nix | 60 ++++++++++++++-------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/home/global/common/gaming/switch.nix b/home/global/common/gaming/switch.nix index aab36ad..f82b47e 100644 --- a/home/global/common/gaming/switch.nix +++ b/home/global/common/gaming/switch.nix @@ -158,7 +158,6 @@ let in { home.packages = with pkgs; [ - citron-emu ryubing borgbackup borgtui @@ -196,34 +195,35 @@ in }; }; - citron-emu = { - name = "Citron w/ Borg Backups"; - comment = "Citron Emulator with Borg Backups"; - exec = mkLaunchCommand { - savePath = "${homeDir}/.local/share/citron/nand/user/save"; - backupPath = "/pool/Backups/Switch/CitronSaves"; - maxBackups = 30; - command = "citron-emu"; - }; - icon = "applications-games"; - type = "Application"; - terminal = false; - categories = [ - "Game" - "Emulator" - ]; - mimeType = [ - "application/x-nx-nca" - "application/x-nx-nro" - "application/x-nx-nso" - "application/x-nx-nsp" - "application/x-nx-xci" - ]; - prefersNonDefaultGPU = true; - settings = { - StartupWMClass = "Citron"; - GenericName = "Nintendo Switch Emulator"; - }; - }; + # FIXME: change to edenemu + # citron-emu = { + # name = "Citron w/ Borg Backups"; + # comment = "Citron Emulator with Borg Backups"; + # exec = mkLaunchCommand { + # savePath = "${homeDir}/.local/share/citron/nand/user/save"; + # backupPath = "/pool/Backups/Switch/CitronSaves"; + # maxBackups = 30; + # command = "citron-emu"; + # }; + # icon = "applications-games"; + # type = "Application"; + # terminal = false; + # categories = [ + # "Game" + # "Emulator" + # ]; + # mimeType = [ + # "application/x-nx-nca" + # "application/x-nx-nro" + # "application/x-nx-nso" + # "application/x-nx-nsp" + # "application/x-nx-xci" + # ]; + # prefersNonDefaultGPU = true; + # settings = { + # StartupWMClass = "Citron"; + # GenericName = "Nintendo Switch Emulator"; + # }; + # }; }; }