This commit is contained in:
2025-08-02 13:22:51 +03:00
parent e5925a060f
commit f3c73603c7
2 changed files with 28 additions and 14 deletions
+15 -7
View File
@@ -40,13 +40,21 @@
extraModulePackages = [ ];
};
hardware.graphics.extraPackages = with pkgs; [
rocmPackages.clr.icd
amdvlk
];
systemd.tmpfiles.rules = [
"L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
];
hardware = {
amdgpu = {
opencl.enable = true;
amdvlk = {
enable = true;
};
};
graphics.extraPackages = with pkgs; [
mesa
amf
];
};
# systemd.tmpfiles.rules = [
# "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}"
# ];
fileSystems = {
"/" = {
+13 -7
View File
@@ -42,11 +42,11 @@ in
home = {
packages = with pkgs; [
# Surfing
# (brave.override {
# commandLineArgs = [
# "--password-store=basic" # on purpose to make it break "--password-store=gnome-libsecret"
# ];
# })
# (brave.override {
# commandLineArgs = [
# "--password-store=basic" # on purpose to make it break "--password-store=gnome-libsecret"
# ];
# })
brave
v2rayn
@@ -67,13 +67,19 @@ in
transmission_4-gtk
vlc
normcap
handbrake
zerotierone
nextcloud-client
# (handbrake.overrideAttrs (old: {
# configureFlags = old.configureFlags ++ [ "--enable-amf" ];
# buildInputs = old.buildInputs ++ [
# pkgs.amf
# pkgs.ffmpeg-full
# ];
# }))
#tg
#reaper
#discord
# Games
ludusavi