From cda0d661170c4ccc04adeeafc777c1d24f96ea45 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Tue, 1 Apr 2025 23:19:30 +0200 Subject: [PATCH] modules(system.common): Add appimage-run --- modules/system/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/system/common.nix b/modules/system/common.nix index 55f878a..0514fc6 100644 --- a/modules/system/common.nix +++ b/modules/system/common.nix @@ -71,6 +71,8 @@ aha usbutils pciutils + + appimage-run ]; services.fwupd.enable = true;