Compare commits

..

No commits in common. "fff412da448c88f6a0103b26df75eef9b3466eab" and "b6f4220f9fcaad706bdeb4d6088730a596d67ab9" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ final: prev: {
});
fhs-openssh = prev.openssh.overrideAttrs (old: {
patches = old.patches or [] ++ [./openssh-fhs-fix.patch];
patches = old.patches or [] ++ [ ./openssh-fhs-fix.patch ];
});
idea-ultimate-fhs = prev.buildFHSEnv {

View file

@ -1,6 +1,7 @@
{
lib,
pkgs,
config,
...
}: {
services.xserver.videoDrivers = lib.mkForce ["nvidia"];
@ -18,8 +19,7 @@
hardware = {
graphics.extraPackages = [pkgs.vaapiVdpau];
nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.production;
open = false;
package = config.boot.kernelPackages.nvidiaPackages.production;
modesetting.enable = true;
powerManagement = {
enable = true;