From 4a27b993e2dbf553a0986c322c21dd0eaa4ec886 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 30 Oct 2022 18:09:59 -0400 Subject: [PATCH] Add unityhub --- home/default.nix | 2 +- packages/linux.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/default.nix b/home/default.nix index a040c02..178f8e6 100644 --- a/home/default.nix +++ b/home/default.nix @@ -209,7 +209,7 @@ in { window.padding.y = 10; scrolling.history = 100000; live_config_reload = true; - mouse.hide_when_typing = true; + mouse.hide_when_typing = false; font = if stdenv.isLinux diff --git a/packages/linux.nix b/packages/linux.nix index 4d9b489..011bb24 100644 --- a/packages/linux.nix +++ b/packages/linux.nix @@ -15,11 +15,12 @@ in { docker-compose glibcLocales netdata - rfd pinentry-curses + rfd rustup strace tailscale + unityhub ]; in linux;