perso-desktop: Use amdgpu
This commit is contained in:
parent
2eeb91a08b
commit
b047d2297d
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
gamingKernel.enable = true;
|
gamingKernel.enable = true;
|
||||||
keymaps.layout = "us";
|
keymaps.layout = "us";
|
||||||
graphics.nvidia.enable = true;
|
graphics.amdgpu.enable = true;
|
||||||
audio.pipewire.enable = true;
|
audio.pipewire.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, lib, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
let
|
let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue