Ignore local ({local,monitor}.nix) settings

This commit is contained in:
Mikhail Klementev 2018-07-12 07:30:16 +00:00
parent 9447b6d1f6
commit 252610af57
4 changed files with 41 additions and 1 deletions

4
nix/local.nix.template Normal file
View file

@ -0,0 +1,4 @@
{
services.xserver.layout = "us,ru";
services.xserver.xkbOptions = "ctrl:nocaps,grp:rctrl_toggle";
}