feat: alejandra -> nixfmt
This commit is contained in:
parent
acc6e6e825
commit
65ce9c5882
56 changed files with 737 additions and 456 deletions
|
@ -2,8 +2,9 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
|
||||
}:
|
||||
{
|
||||
services.xserver.videoDrivers = lib.mkForce [ "nvidia" ];
|
||||
|
||||
boot.kernelParams = [
|
||||
"nvidia.NVreg_EnableGpuFirmware=0"
|
||||
|
@ -16,7 +17,7 @@
|
|||
};
|
||||
|
||||
hardware = {
|
||||
graphics.extraPackages = [pkgs.vaapiVdpau];
|
||||
graphics.extraPackages = [ pkgs.vaapiVdpau ];
|
||||
nvidia = {
|
||||
# package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
open = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue