fuck precommit :(

This commit is contained in:
cnst
2024-07-31 18:10:04 +02:00
parent a67a342617
commit 1b7fef667c
11 changed files with 118 additions and 91 deletions

View File

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