remove bitwarden-rofi

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-10-23 00:40:25 -04:00
parent d15cface81
commit 1b142e25b2

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 ];
];
}