cleanup
This commit is contained in:
parent
c2df2cb6fe
commit
ae87f64c98
6 changed files with 7 additions and 57 deletions
|
@ -7,7 +7,6 @@
|
|||
inherit (lib.types) package str int;
|
||||
in {
|
||||
imports = [
|
||||
./stylix.nix
|
||||
./qt.nix
|
||||
./gtk.nix
|
||||
];
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue