From 67604b8203097ee94115c7f7cd5f41949efb0406 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Jul 2024 00:45:06 -0400 Subject: [PATCH] global/rofi: disable pass support --- users/modules/global/rofi.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/modules/global/rofi.nix b/users/modules/global/rofi.nix index f86690b..d226bf9 100644 --- a/users/modules/global/rofi.nix +++ b/users/modules/global/rofi.nix @@ -13,7 +13,6 @@ ]; }; plugins = with pkgs; [ ]; - pass.enable = true; theme = "Adapta-Nokto"; }; }