remove desktop environment from server; consolidate much-needed caps:esc switch to common users file
This commit is contained in:
parent
b5948db3da
commit
f739cc8fde
4 changed files with 10 additions and 31 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue