mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: removed deprecated module
This commit is contained in:
parent
6a6e187b1f
commit
4adf51fa33
3 changed files with 6 additions and 24 deletions
|
|
@ -4,18 +4,12 @@
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = builtins.attrValues {
|
extraPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
inherit (pkgs.rocmPackages.clr)
|
inherit (pkgs.rocmPackages.clr)
|
||||||
icd
|
icd
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
extraPackages32 = builtins.attrValues {
|
|
||||||
inherit (pkgs.driversi686Linux)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.initrd.kernelModules = [
|
boot.initrd.kernelModules = [
|
||||||
|
|
|
||||||
|
|
@ -9,18 +9,12 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
extraPackages = builtins.attrValues {
|
extraPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
inherit (pkgs.rocmPackages.clr)
|
inherit (pkgs.rocmPackages.clr)
|
||||||
icd
|
icd
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
extraPackages32 = builtins.attrValues {
|
|
||||||
inherit (pkgs.driversi686Linux)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.initrd.kernelModules = [
|
boot.initrd.kernelModules = [
|
||||||
|
|
|
||||||
|
|
@ -4,18 +4,12 @@
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = builtins.attrValues {
|
extraPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
inherit (pkgs.rocmPackages.clr)
|
inherit (pkgs.rocmPackages.clr)
|
||||||
icd
|
icd
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
extraPackages32 = builtins.attrValues {
|
|
||||||
inherit (pkgs.driversi686Linux)
|
|
||||||
amdvlk
|
|
||||||
;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.initrd.kernelModules = [
|
boot.initrd.kernelModules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue