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 = .
|
||||
|
||||
.PHONY: boot
|
||||
boot: check verify
|
||||
boot: check
|
||||
nixos-rebuild boot $(options) --flake $(flake)
|
||||
|
||||
.PHONY: reboot
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{ config, pkgs, ... }: {
|
||||
# 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 = [{
|
||||
hostName = "nixbuilder";
|
||||
protocol = "ssh-ng";
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
HostName 192.168.1.2
|
||||
User nixbuilder
|
||||
StrictHostKeyChecking=accept-new
|
||||
IdentityFile /root/.ssh/id_ed25519
|
||||
Port 22143
|
||||
|
||||
Host laptop
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ ... }: {
|
||||
text = ''
|
||||
[steam-app-548430]
|
||||
space = macro(space leftcontrol)
|
||||
alt.w = macro(enter 10ms r enter)
|
||||
alt.a = macro(enter 10ms N o enter)
|
||||
alt.s = macro(enter 10ms W a i t enter)
|
||||
|
|
Loading…
Reference in a new issue