loki: Enable programs.appimage, programs.ryzen-monitor-ng

This commit is contained in:
Erwin Boskma 2024-06-03 11:10:59 +02:00
parent c5e625827d
commit ba990dbc8b
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

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