Keyd : Remove DRG space macro.

This commit is contained in:
Dmitry Voronin 2024-04-29 00:19:59 +03:00
parent 03d626beee
commit 4e693f2301
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
4 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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";

View file

@ -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

View file

@ -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)