Compare commits
2 commits
b0f5d2c64b
...
e0ad591fc5
Author | SHA1 | Date | |
---|---|---|---|
|
e0ad591fc5 | ||
|
ff60ed5400 |
2 changed files with 10 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue