alpine: add gpu drivers
This commit is contained in:
parent
cf851ee6de
commit
83cacc4a05
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ in {
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
system.stateVersion = "24.05"; # don't change.
|
system.stateVersion = "24.05"; # don't change.
|
||||||
home-manager.users.${user}.imports = [
|
home-manager.users.${user}.imports = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue