Update jhelioviewer package

This commit is contained in:
2024-07-10 08:55:54 -05:00
parent a0c01ff9e6
commit eca1c0fddb
7 changed files with 118 additions and 28 deletions

View File

@@ -16,10 +16,18 @@
};
};
environment.systemPackages = with pkgs; [
localPackages.x86_64-linux.jhelioviewer
];
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
@@ -30,6 +38,11 @@
"/nix".options = [ "compress=zstd" "noatime" ];
};
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
};
# Set your time zone.
time.timeZone = "America/Chicago";