1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
67a7a78a25
fix(nix): add zulip 2025-08-25 21:42:41 +08:00
dac9767760
fix(nix): update gpu config 2025-08-25 21:42:23 +08:00
2 changed files with 5 additions and 1 deletions

View file

@ -114,6 +114,7 @@
qbittorrent qbittorrent
davinci-resolve-studio davinci-resolve-studio
handbrake handbrake
zulip
# Required by DVR # Required by DVR
kitty kitty

View file

@ -76,7 +76,10 @@
rocmPackages.clr.icd rocmPackages.clr.icd
]; ];
}; };
hardware.amdgpu.amdvlk.enable = true; hardware.amdgpu.amdvlk = {
enable = true;
support32Bit.enable = true;
};
# Power # Power
powerManagement = { powerManagement = {