From ba990dbc8b4a31bdf52901626d0a8482f18b11c9 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Mon, 3 Jun 2024 11:10:59 +0200 Subject: [PATCH] loki: Enable programs.appimage, programs.ryzen-monitor-ng --- machines/loki/configuration.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/machines/loki/configuration.nix b/machines/loki/configuration.nix index 8a3fca0..7cd3e55 100644 --- a/machines/loki/configuration.nix +++ b/machines/loki/configuration.nix @@ -419,6 +419,14 @@ }; }; }; + + appimage = { + enable = true; + binfmt = true; + }; + + ryzen-monitor-ng.enable = true; + nix-ld = { enable = true; package = nix-ld-rs.packages.${pkgs.hostPlatform.system}.nix-ld-rs; @@ -488,7 +496,6 @@ # WLR_RENDERER = "vulkan"; }; systemPackages = with pkgs; [ - appimage-run incus tailscale ];