refactor palatine-hill, add some packages to artemision, hypr zoom restart

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-06-06 23:34:14 -04:00
committed by Alice Huston
parent 19b4fcfc4f
commit 7ef484fa68
5 changed files with 266 additions and 219 deletions

View File

@ -7,7 +7,14 @@
driSupport32Bit = true;
## amdvlk: an open-source Vulkan driver from AMD
extraPackages = [ pkgs.amdvlk ];
extraPackages32 = [ pkgs.driversi686Linux.amdvlk ];
extraPackages = with pkgs; [
amdvlk
rocmPackages.clr.icd
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
rocmPackages.clr.icd
];
};
services.xserver.videoDrivers = [ "amdgpu" ];
}