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;
package = pkgs.emacs29-pgtk;
};
home.packages =
with pkgs;
[
home.packages = with pkgs; [
cmake
shellcheck
glslang
@ -64,6 +62,5 @@
bitwarden-menu
wtype
]
++ [ outputs.packages.bitwarden-rofi ];
];
}