home/natto: move around stuff
move git and zsh from hosts/satori and split services.nix Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
# '';
|
||||
#in
|
||||
{
|
||||
console.useXkbConfig = true;
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
@@ -35,8 +34,8 @@
|
||||
symbolsFile = ./colemak;
|
||||
};
|
||||
};
|
||||
layout = "colemak";
|
||||
xkbVariant = "dhz"; # trying to ditch DHz now
|
||||
layout = "us";
|
||||
xkbVariant = "colemak_dh"; # trying to ditch DHz now
|
||||
autoRepeatDelay = 320;
|
||||
autoRepeatInterval = 30;
|
||||
};
|
||||
|
Reference in New Issue
Block a user