mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: cleaned up some stuff
This commit is contained in:
parent
a5996792ce
commit
b8c25f618e
11 changed files with 51 additions and 49 deletions
|
@ -5,18 +5,18 @@
|
|||
enable = true;
|
||||
enable32Bit = true;
|
||||
extraPackages = builtins.attrValues {
|
||||
# inherit (pkgs)
|
||||
# amdvlk
|
||||
# ;
|
||||
inherit (pkgs)
|
||||
amdvlk
|
||||
;
|
||||
inherit (pkgs.rocmPackages.clr)
|
||||
icd
|
||||
;
|
||||
};
|
||||
# extraPackages32 = builtins.attrValues {
|
||||
# inherit (pkgs.driversi686Linux)
|
||||
# amdvlk
|
||||
# ;
|
||||
# };
|
||||
extraPackages32 = builtins.attrValues {
|
||||
inherit (pkgs.driversi686Linux)
|
||||
amdvlk
|
||||
;
|
||||
};
|
||||
};
|
||||
};
|
||||
boot.initrd.kernelModules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue