restuct services

This commit is contained in:
cnst
2024-07-22 10:45:20 +02:00
parent 04ee4810b9
commit 5a1f8fbb31
17 changed files with 13 additions and 13 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";
};
};
}