remove bitwarden-rofi

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-10-23 00:40:25 -04:00
parent d15cface81
commit 1b142e25b2
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -5,9 +5,7 @@
enable = true; enable = true;
package = pkgs.emacs29-pgtk; package = pkgs.emacs29-pgtk;
}; };
home.packages = home.packages = with pkgs; [
with pkgs;
[
cmake cmake
shellcheck shellcheck
glslang glslang
@ -64,6 +62,5 @@
bitwarden-menu bitwarden-menu
wtype wtype
] ];
++ [ outputs.packages.bitwarden-rofi ];
} }