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 ];