Keyd : Remove DRG space macro.
This commit is contained in:
parent
03d626beee
commit
4e693f2301
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ options = --option eval-cache false
|
||||||
flake = .
|
flake = .
|
||||||
|
|
||||||
.PHONY: boot
|
.PHONY: boot
|
||||||
boot: check verify
|
boot: check
|
||||||
nixos-rebuild boot $(options) --flake $(flake)
|
nixos-rebuild boot $(options) --flake $(flake)
|
||||||
|
|
||||||
.PHONY: reboot
|
.PHONY: reboot
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# NOTE: Requires key to be present in secret.ssh.builderKeys.
|
# NOTE: Requires key to be present in secret.ssh.builderKeys.
|
||||||
# Also the secret key should be located at the path: /root/.ssh/id_ed25519 (as defined in ssh config).
|
|
||||||
nix.buildMachines = [{
|
nix.buildMachines = [{
|
||||||
hostName = "nixbuilder";
|
hostName = "nixbuilder";
|
||||||
protocol = "ssh-ng";
|
protocol = "ssh-ng";
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
HostName 192.168.1.2
|
HostName 192.168.1.2
|
||||||
User nixbuilder
|
User nixbuilder
|
||||||
StrictHostKeyChecking=accept-new
|
StrictHostKeyChecking=accept-new
|
||||||
IdentityFile /root/.ssh/id_ed25519
|
|
||||||
Port 22143
|
Port 22143
|
||||||
|
|
||||||
Host laptop
|
Host laptop
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
text = ''
|
text = ''
|
||||||
[steam-app-548430]
|
[steam-app-548430]
|
||||||
space = macro(space leftcontrol)
|
|
||||||
alt.w = macro(enter 10ms r enter)
|
alt.w = macro(enter 10ms r enter)
|
||||||
alt.a = macro(enter 10ms N o enter)
|
alt.a = macro(enter 10ms N o enter)
|
||||||
alt.s = macro(enter 10ms W a i t enter)
|
alt.s = macro(enter 10ms W a i t enter)
|
||||||
|
|
Loading…
Reference in a new issue