From e523c00bda1c588064e35d03c38d6c1f06a39f84 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 22 Jan 2026 11:49:59 +0100 Subject: [PATCH] lazysql and tredis for databases --- hosts/dnsc-work/default.nix | 2 ++ modules/fish/default.nix | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) 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