chore(fmt): use nixpkgs-fmt
This commit is contained in:
parent
7d88765f5d
commit
ecaf5df80a
22 changed files with 151 additions and 164 deletions
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
{ config
|
||||
, lib
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
specialisation = {
|
||||
powersave.configuration = {
|
||||
|
@ -15,14 +14,14 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
boot.kernelModules = ["nvidia_uvm"];
|
||||
boot.kernelModules = [ "nvidia_uvm" ];
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia = {
|
||||
dynamicBoost.enable = true;
|
||||
prime = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue