this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clovis: switch to 1060

Aria 656e3f39 c80b9a6a

+3 -1
+3 -1
nix/hosts/clovis.nix
··· 1 1 { 2 2 lib, 3 + config, 3 4 pkgs, 4 5 modulesPath, 5 6 ... ··· 157 158 # NVIDIA 158 159 services.xserver.videoDrivers = [ "nvidia" ]; 159 160 hardware.nvidia = { 161 + package = config.boot.kernelPackages.nvidiaPackages.legacy_580; 160 162 modesetting.enable = true; 161 - open = true; 163 + open = false; 162 164 powerManagement.enable = true; 163 165 }; 164 166 hardware.graphics.extraPackages = with pkgs; [ nvidia-vaapi-driver ];