This commit is contained in:
Charlie Root 2024-08-17 11:50:52 +02:00
commit ae87f64c98
6 changed files with 7 additions and 57 deletions

View file

@ -7,7 +7,6 @@
inherit (lib.types) package str int;
in {
imports = [
./stylix.nix
./qt.nix
./gtk.nix
];

View file

@ -23,6 +23,8 @@ in {
title = "foot";
locked-title = "no";
font = "ComicShannsMono Nerd Font:size=14";
# line-height = 20;
letter-spacing = 0;
horizontal-letter-offset = 0;

View file

@ -1,7 +1,9 @@
{
services.xserver = {
xkb.layout = "de,us";
xkbVariant = ",colemak_dh_wide";
xkbOptions = "grp:rctrl_rshift_toggle";
xkb = {
layout = "de, us";
variant = "colemak_dh_wide";
options = "grp:rctrl_rshift_toggle";
};
};
}