1
0
Fork 0
mirror of https://code.dumpstack.io/tools/appvm.git synced 2025-06-14 08:08:39 +00:00
appvm/local.nix.template.go
2020-01-05 08:55:36 +00:00

7 lines
103 B
Go

package main
var local_nix_template = []byte(`
{
#services.xserver.xkbOptions = "ctrl:nocaps";
}
`)