diff --git a/nix/home-manager/work.home.nix b/nix/home-manager/work.home.nix index f2f5495..074e89e 100644 --- a/nix/home-manager/work.home.nix +++ b/nix/home-manager/work.home.nix @@ -40,6 +40,7 @@ in { wl-clipboard jellyfin-tui firefoxpwa + bluetui ]; programs.firefox = { @@ -72,6 +73,8 @@ bind \e\[3\;5~ kill-word # have ctrl+delete delete following word bind \b backward-kill-word +alias blue="bluetui" + set -U fish_user_paths ~/.local/bin $fish_user_paths set -U fish_user_paths ~/bin $fish_user_paths set -U fish_user_paths ~/.dotnet $fish_user_paths