mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: removed deprecated packages
This commit is contained in:
parent
f616ccbcaa
commit
5f2ba2ccc8
2 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
hardware = {
|
||||
graphics = {
|
||||
enable = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
rocmPackages.clr.icd
|
||||
amdvlk
|
||||
|
|
|
@ -4,13 +4,12 @@
|
|||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
rocmPackages.clr.icd
|
||||
pkgs.amdvlk
|
||||
amdvlk
|
||||
];
|
||||
extraPackages32 = [
|
||||
pkgs.driversi686Linux.amdvlk
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
};
|
||||
};
|
||||
boot.initrd.kernelModules = ["amdgpu"];
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue