From 59725a95eab9955e5b9458141b2d396e2cd06477 Mon Sep 17 00:00:00 2001 From: chase Date: Thu, 15 May 2025 01:21:00 -0400 Subject: [PATCH] Remove zsh git prompt (slow), add protonmail-bridge --- configuration.nix | 1 + home.nix | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index e5f4c49..c325031 100644 --- a/configuration.nix +++ b/configuration.nix @@ -183,6 +183,7 @@ nut obs-studio pciutils + protonmail-bridge python3 qemu ranger diff --git a/home.nix b/home.nix index 47b3a49..f2981b8 100644 --- a/home.nix +++ b/home.nix @@ -112,12 +112,6 @@ ".." = "cd .."; }; history.size = 10000; - zplug = { - enable = true; - plugins = [ - { name = "woefe/git-prompt.zsh"; } - ]; - }; }; home.packages = with pkgs; [