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; + }; }; }; }