loki: Enable programs.appimage, programs.ryzen-monitor-ng
This commit is contained in:
parent
c5e625827d
commit
ba990dbc8b
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue