From 589806fa52aaa796e8fd32d3a1c39179808104c8 Mon Sep 17 00:00:00 2001 From: cnst Date: Sat, 27 Jul 2024 19:37:33 +0200 Subject: [PATCH] layout added + trying better url for xkb --- nixos/services/xserver/cnix.nix | 2 +- nixos/services/xserver/toothpc.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/services/xserver/cnix.nix b/nixos/services/xserver/cnix.nix index ab27b7d1..fc5d1b4a 100644 --- a/nixos/services/xserver/cnix.nix +++ b/nixos/services/xserver/cnix.nix @@ -6,7 +6,7 @@ extraLayouts.hhkbse = { description = "HHKBse by cnst"; languages = ["se"]; - symbolsFile = /home/cnst/.nix-config/nixos/hosts/cnix/xkb/symbols/hhkbse; + symbolsFile = /nixos/hosts/cnix/xkb/symbols/hhkbse; }; layout = "hhkbse"; # dir = "/home/cnst/.nix-config/nixos/xkb"; diff --git a/nixos/services/xserver/toothpc.nix b/nixos/services/xserver/toothpc.nix index fdbf10ff..a52969b2 100644 --- a/nixos/services/xserver/toothpc.nix +++ b/nixos/services/xserver/toothpc.nix @@ -2,5 +2,6 @@ services.xserver = { enable = true; videoDrivers = ["nvidia"]; + layout = "se"; }; }