This commit is contained in:
cnst
2024-07-31 18:37:22 +02:00
parent d0a57deacd
commit 0eeca7d8a4
7 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +1,4 @@
let
homeDir = builtins.getEnv "HOME";
in {
{config, ...}: {
services.xserver = {
enable = true;
videoDrivers = ["amdgpu"];
@@ -8,7 +6,7 @@ in {
extraLayouts.hhkbse = {
description = "HHKBse by cnst";
languages = ["se"];
symbolsFile = "${homeDir}/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse";
symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse;
};
layout = "hhkbse";
# dir = "/home/cnst/.nix-config/nixos/xkb";