From 474aaaf15c4ae69460621c27607b21e0061a5092 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 14 Oct 2024 08:02:15 -0400 Subject: [PATCH] tsuki: enable appimage-run --- hosts/tsuki/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index 0e1fa00..63a8cbe 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -65,6 +65,10 @@ programs = { gamemode.enable = true; + appimage = { + enable = true; + binfmt = true; + }; steam = { enable = true; platformOptimizations.enable = true;