Compare commits

...

2 commits

Author SHA1 Message Date
Ingolf Wagner
e0ad591fc5
add xnee for x11 macros
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 10m29s
2024-11-15 16:30:59 +07:00
Ingolf Wagner
ff60ed5400
add steamcommunity.com to hosts.nix 2024-11-15 16:30:59 +07:00
2 changed files with 10 additions and 0 deletions

View file

@ -2,6 +2,8 @@
{
networking.extraHosts = ''
95.216.66.212 orbi.public
23.35.228.101 store.steampowered.com
92.122.104.90 steamcommunity.com
'';
services.openssh.knownHosts = {
"orbi.public".publicKey = clanLib.readFact "ssh.id_ed25519.pub" "orbi";

View file

@ -55,6 +55,14 @@ with lib;
#seamly2d
#valentina
# xorg/x11 macros
# ---------------
# wait 2 secs, than record mouse movements (use Ctrl-C to stop recording)
# > cnee --record --mouse -o ./mouse-events.xnl --time 2
# replay 3 times the mouse movements (zsh only)
# > repeat 3 cnee --time 2 --replay -f ./mouse-events.xnl
xnee
];
};