feat: trying to unfuck hyprland

This commit is contained in:
Nick 2025-02-02 23:56:07 -06:00
parent 616c51118f
commit 4a9592dad8
7 changed files with 48 additions and 40 deletions

View file

@ -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 = [