remove desktop environment from server; consolidate much-needed caps:esc switch to common users file

This commit is contained in:
Haak Saxberg 2022-08-09 17:36:58 -07:00
parent b5948db3da
commit f739cc8fde
4 changed files with 10 additions and 31 deletions

View file

@ -9,6 +9,10 @@
];
};
# run the following command to swap escape and caps-lock keys, like a
# civilized person:
services.xserver.xkbOptions = "caps:swapescape";
users.extraUsers.haak = {
shell = pkgs.zsh;
};