nvidia things

This commit is contained in:
cnst
2024-07-17 20:15:06 +02:00
parent 785c8f06a5
commit 7d2249dda3
304 changed files with 38 additions and 83156 deletions

View File

@@ -0,0 +1,17 @@
{
services.xserver = {
enable = true;
videoDrivers = ["amdgpu"];
xkb = {
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = ["se"];
symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse;
};
layout = "hhkbse";
# dir = "/home/cnst/.nix-config/nixos/xkb";
variant = "";
options = "lv3:rwin_switch";
};
};
}

View File

@@ -0,0 +1,6 @@
{
services.xserver = {
enable = true;
videoDrivers = ["nvidia"];
};
}