mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Embed base nix configuration to binary
This commit is contained in:
parent
1251a21aba
commit
24927bc787
3 changed files with 20 additions and 3 deletions
8
local.nix.template.go
Normal file
8
local.nix.template.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
var local_nix_template = []byte(`
|
||||
{
|
||||
services.xserver.layout = "us,ru";
|
||||
services.xserver.xkbOptions = "ctrl:nocaps,grp:rctrl_toggle";
|
||||
}
|
||||
`)
|
Loading…
Add table
Add a link
Reference in a new issue