remove bitwarden-rofi

This commit is contained in:
2024-09-09 19:52:30 -04:00
parent 6bdb3fac83
commit 3b48708e15

View File

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