fix nixos-rebuild warnings in framework
This commit is contained in:
parent
aec0a426cd
commit
a492064323
2 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
# run the following command to swap escape and caps-lock keys, like a
|
||||
# civilized person:
|
||||
services.xserver.xkbOptions = "caps:swapescape";
|
||||
services.xserver.xkb.options = "caps:swapescape";
|
||||
|
||||
users.extraUsers.haak = {
|
||||
shell = pkgs.zsh;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue