Do no enable anything in default local.nix

This commit is contained in:
Mikhail Klementev 2020-01-05 08:53:57 +00:00
parent 7df36ae8fc
commit 573be66059
No known key found for this signature in database
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package main
var local_nix_template = []byte(`
{
services.xserver.layout = "us,ru";
services.xserver.xkbOptions = "ctrl:nocaps,grp:rctrl_toggle";
#services.xserver.xkbOptions = "ctrl:nocaps";
}
`)