feat: changed some stuff

This commit is contained in:
Nick 2025-01-20 23:33:35 -06:00
parent 376c1d7b18
commit c67e864d40
145 changed files with 143 additions and 70 deletions

View file

@ -1,20 +1,18 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
hardware = {
graphics = {
enable = true;
extraPackages = builtins.attrValues {
inherit
(pkgs)
inherit (pkgs)
amdvlk
;
inherit
(pkgs.rocmPackages.clr)
inherit (pkgs.rocmPackages.clr)
icd
;
};
extraPackages32 = builtins.attrValues {
inherit
(pkgs.driversi686Linux)
inherit (pkgs.driversi686Linux)
amdvlk
;
};