Add unityhub

This commit is contained in:
Dave Gallant
2022-10-30 18:09:59 -04:00
parent 8d255b6b99
commit 4a27b993e2
2 changed files with 3 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ in {
window.padding.y = 10; window.padding.y = 10;
scrolling.history = 100000; scrolling.history = 100000;
live_config_reload = true; live_config_reload = true;
mouse.hide_when_typing = true; mouse.hide_when_typing = false;
font = font =
if stdenv.isLinux if stdenv.isLinux

View File

@@ -15,11 +15,12 @@ in {
docker-compose docker-compose
glibcLocales glibcLocales
netdata netdata
rfd
pinentry-curses pinentry-curses
rfd
rustup rustup
strace strace
tailscale tailscale
unityhub
]; ];
in in
linux; linux;