diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index cddecf4..5acfae0 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -41,6 +41,7 @@ tree-sitter tmux tmuxinator + lazysql # rsync ]; @@ -65,6 +66,7 @@ "gmp" "rbenv" "mysql@8.0" + "huseyinbabal/tap/tredis" ]; homebrew.casks = [ diff --git a/modules/fish/default.nix b/modules/fish/default.nix index 06fc1bd..f0a9a35 100644 --- a/modules/fish/default.nix +++ b/modules/fish/default.nix @@ -8,12 +8,6 @@ fish_greeting = "fortune -a"; localip = "ifconfig | grep \"inet \" | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1"; publicip = "curl -4 ifconfig.me"; - dbui = /* fish */ '' - nvim +"DBUI" - ''; - kill_tunnels = /* fish */ '' - ps -o pid,command | grep "^[0-9]\{4,5\} ssh -NL" | awk '{print $1}' | xargs kill -9 - ''; dev_projects = /* fish */ '' if test "$hn" = "dnsc-work" begin