Stay on rocm5 for now & add warp term
This commit is contained in:
parent
c4f92ae9bb
commit
0ef3cfccfd
3 changed files with 10 additions and 5 deletions
|
@ -39,6 +39,7 @@ in
|
||||||
element-desktop
|
element-desktop
|
||||||
inkscape
|
inkscape
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
|
pkgs.unstable-pkgs.warp-terminal
|
||||||
libsForQt5.kasts
|
libsForQt5.kasts
|
||||||
# miraclecast
|
# miraclecast
|
||||||
kate
|
kate
|
||||||
|
|
|
@ -51,8 +51,8 @@ in
|
||||||
package = pkgs.unstable-pkgs.fish;
|
package = pkgs.unstable-pkgs.fish;
|
||||||
|
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
any-nix-shell fish --info-right | source
|
any-nix-shell fish --info-right | source
|
||||||
direnv hook fish | source
|
direnv hook fish | source
|
||||||
cat /var/lib/rust-motd/motd
|
cat /var/lib/rust-motd/motd
|
||||||
'';
|
'';
|
||||||
loginShellInit = ''
|
loginShellInit = ''
|
||||||
|
|
|
@ -18,15 +18,19 @@
|
||||||
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
|
services.xserver.videoDrivers = lib.mkDefault [ "modesetting" ];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
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 = {
|
hardware.opengl = {
|
||||||
driSupport = true;
|
driSupport = true;
|
||||||
driSupport32Bit = true;
|
driSupport32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
amdvlk
|
amdvlk
|
||||||
rocmPackages.rocm-runtime
|
rocmPackages_5.rocm-runtime
|
||||||
rocmPackages.llvm.clang
|
rocmPackages_5.llvm.clang
|
||||||
rocm-opencl-icd
|
rocm-opencl-icd
|
||||||
rocm-opencl-runtime
|
rocm-opencl-runtime
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
|
|
Loading…
Add table
Reference in a new issue