Stay on rocm5 for now & add warp term

This commit is contained in:
Tristan D. 2024-03-26 03:16:04 +01:00
parent c4f92ae9bb
commit 0ef3cfccfd
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8
3 changed files with 10 additions and 5 deletions

View file

@ -39,6 +39,7 @@ in
element-desktop
inkscape
jellyfin-mpv-shim
pkgs.unstable-pkgs.warp-terminal
libsForQt5.kasts
# miraclecast
kate

View file

@ -51,8 +51,8 @@ in
package = pkgs.unstable-pkgs.fish;
interactiveShellInit = ''
any-nix-shell fish --info-right | source
direnv hook fish | source
any-nix-shell fish --info-right | source
direnv hook fish | source
cat /var/lib/rust-motd/motd
'';
loginShellInit = ''

View file

@ -18,15 +18,19 @@
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages_5.clr}"
"L+ /opt/rocm/rocblas - - - - ${pkgs.rocmPackages_5.rocblas}"
"L+ /opt/rocm/hipblas - - - - ${pkgs.rocmPackages_5.hipblas}"
"L+ /opt/rocm/clang - - - - ${pkgs.rocmPackages_5.llvm.clang}"
"L+ /opt/rocm/runtime - - - - ${pkgs.rocmPackages_5.rocm-runtime}"
];
hardware.opengl = {
driSupport = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
amdvlk
rocmPackages.rocm-runtime
rocmPackages.llvm.clang
rocmPackages_5.rocm-runtime
rocmPackages_5.llvm.clang
rocm-opencl-icd
rocm-opencl-runtime
vaapiVdpau