Compare commits

..

2 Commits

Author SHA1 Message Date
90c612bb57 enabled git-secret and gnupg 2026-07-02 08:55:28 +01:00
f08555296c added rocm drivers 2026-06-30 20:33:44 +01:00
2 changed files with 11 additions and 0 deletions

View File

@@ -214,6 +214,7 @@
## Tools ## Tools
lazygit lazygit
git-secret
p7zip-rar p7zip-rar
any-nix-shell any-nix-shell
bluetui bluetui
@@ -326,6 +327,10 @@
libnotify libnotify
gsettings-desktop-schemas gsettings-desktop-schemas
]; ];
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-all;
};
# The comment # The comment
system.stateVersion = "25.05"; # Did you read the comment? system.stateVersion = "25.05"; # Did you read the comment?

View File

@@ -28,10 +28,16 @@
extraPackages = with pkgs; [ extraPackages = with pkgs; [
libva-vdpau-driver libva-vdpau-driver
libvdpau-va-gl libvdpau-va-gl
rocmPackages.clr.icd
]; ];
enable32Bit = true; enable32Bit = true;
}; };
# For rOCM
systemd.tmpfiles.rules = [
"L+ /opt/rocm - - - - ${pkgs.rocmPackages.clr}"
];
hardware.amdgpu.opencl.enable = true; hardware.amdgpu.opencl.enable = true;
boot.kernelParams = [ boot.kernelParams = [