mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds/remove programs (bitwarden-cli/iamb)
This commit is contained in:
parent
b6d81407d2
commit
32da8689b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue