From dc210d7380871dd1da96bd0491a45d77a78f6839 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sun, 2 Nov 2025 09:54:38 -0500 Subject: [PATCH] adding xf86_input_wacom --- users/elise/home/gui/default.nix | 1 + users/richie/home/ssh_config.nix | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/users/elise/home/gui/default.nix b/users/elise/home/gui/default.nix index bf91b73..d7b4871 100644 --- a/users/elise/home/gui/default.nix +++ b/users/elise/home/gui/default.nix @@ -15,6 +15,7 @@ # graphics tools gimp3 xcursorgen + xf86_input_wacom # browser chromium firefox diff --git a/users/richie/home/ssh_config.nix b/users/richie/home/ssh_config.nix index effdb78..36228bc 100644 --- a/users/richie/home/ssh_config.nix +++ b/users/richie/home/ssh_config.nix @@ -43,6 +43,12 @@ identityFile = "~/.ssh/id_ed25519"; port = 922; }; + leviathan = { + hostname = "192.168.90.127"; + user = "richie"; + identityFile = "~/.ssh/id_ed25519"; + port = 332; + }; }; }; }