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,65 +5,62 @@
enable = true; enable = true;
package = pkgs.emacs29-pgtk; package = pkgs.emacs29-pgtk;
}; };
home.packages = home.packages = with pkgs; [
with pkgs; cmake
[ shellcheck
cmake glslang
shellcheck pipenv
glslang python312Packages.isort
pipenv python312Packages.pytest
python312Packages.isort
python312Packages.pytest
# rust tools # rust tools
trunk trunk
wasm-pack wasm-pack
cargo-tarpaulin cargo-tarpaulin
cargo-watch cargo-watch
cargo-generate cargo-generate
diesel-cli diesel-cli
cargo-audit cargo-audit
gitoxide gitoxide
# nix tools # nix tools
nil nil
nixfmt-rfc-style nixfmt-rfc-style
nix-init nix-init
# markdown # markdown
nodePackages.markdownlint-cli nodePackages.markdownlint-cli
# doom emacs dependencies # doom emacs dependencies
yaml-language-server yaml-language-server
nodePackages.typescript-language-server nodePackages.typescript-language-server
nodePackages.bash-language-server nodePackages.bash-language-server
pyright pyright
cmake-language-server cmake-language-server
multimarkdown multimarkdown
rustc rustc
cargo cargo
rust-analyzer rust-analyzer
clang clang
clang-tools clang-tools
wakatime wakatime
enchant enchant
nuspell nuspell
hunspellDicts.en-us hunspellDicts.en-us
languagetool languagetool
# latex # latex
texlive.combined.scheme-medium texlive.combined.scheme-medium
# dependencies for nix-dotfiles/hydra-check-action # dependencies for nix-dotfiles/hydra-check-action
nodejs_20 nodejs_20
nodePackages.prettier nodePackages.prettier
treefmt treefmt
nextcloud-client nextcloud-client
bitwarden-cli bitwarden-cli
bitwarden-menu bitwarden-menu
wtype wtype
] ];
++ [ outputs.packages.bitwarden-rofi ];
} }