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 = .
.PHONY: boot
boot: check verify
boot: check
nixos-rebuild boot $(options) --flake $(flake)
.PHONY: reboot

View file

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

View file

@ -29,7 +29,6 @@
HostName 192.168.1.2
User nixbuilder
StrictHostKeyChecking=accept-new
IdentityFile /root/.ssh/id_ed25519
Port 22143
Host laptop

View file

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