mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: trying to unfuck hyprland
This commit is contained in:
parent
616c51118f
commit
4a9592dad8
7 changed files with 48 additions and 40 deletions
|
@ -3,19 +3,20 @@
|
|||
hardware = {
|
||||
graphics = {
|
||||
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