restructured again

This commit is contained in:
2021-05-16 08:00:04 +05:30
parent a3e2fa3b5a
commit 7578463af7
30 changed files with 164 additions and 58 deletions

View File

@@ -1,4 +1,4 @@
{lib, config, pkgs, ... }:
{config, pkgs, ... }:
let
nvidia-offload = pkgs.writeShellScriptBin "nvidia-offload" ''
export __NV_PRIME_RENDER_OFFLOAD=1
@@ -27,4 +27,5 @@ in
modesetting = { enable = true; };
};
};
services.xserver.videoDrivers = [ "nvidia" ];
}

View File

@@ -35,7 +35,6 @@
# symbolsFile = ./colemak-dh;
# };
# };
videoDrivers = [ "nvidia" ];
layout = "us";
xkbVariant = "colemak";
};