feat: adds/remove programs (bitwarden-cli/iamb)

This commit is contained in:
Ahwx 2024-10-09 16:23:40 +02:00
parent b6d81407d2
commit 32da8689b4

View file

@ -1,13 +1,13 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden-cli
gajim # XMPP client gajim # XMPP client
nheko # Matrix client nheko # Matrix client
linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam
# wikit # Wikipedia summaries from the terminal, not added to Nix yet # wikit # Wikipedia summaries from the terminal, not added to Nix yet
# reader # Firefox reader mode but in the terminal, not added to Nix yet # reader # Firefox reader mode but in the terminal, not added to Nix yet
vimv # edit filenames in batch with $EDITOR vimv # edit filenames in batch with $EDITOR
iamb # Try CLI Matrix
pastel # generate, analyze, convert and manipulate colors pastel # generate, analyze, convert and manipulate colors
glow # Render Markdown from the terminal glow # Render Markdown from the terminal
htmlq # jq but for HTML htmlq # jq but for HTML