global/rofi: disable pass support

This commit is contained in:
Infinidoge 2024-07-12 00:45:06 -04:00
parent 2cca10327d
commit 67604b8203
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -13,7 +13,6 @@
]; ];
}; };
plugins = with pkgs; [ ]; plugins = with pkgs; [ ];
pass.enable = true;
theme = "Adapta-Nokto"; theme = "Adapta-Nokto";
}; };
} }