mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds descriptions and socat
This commit is contained in:
parent
690653575b
commit
43f056053b
1 changed files with 6 additions and 5 deletions
|
|
@ -1,11 +1,12 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tesseract
|
||||
pixcat
|
||||
lm_sensors
|
||||
yubikey-touch-detector
|
||||
bitwarden-cli
|
||||
socat # Required for `hyprland-smart-borders`
|
||||
tesseract # Screen grabbing text from images/PDFs/etc
|
||||
pixcat # Display images in the terminal
|
||||
lm_sensors # Show sensor outputs, i.e. temperatures
|
||||
yubikey-touch-detector # Display notification when YubiKey requires a headpat
|
||||
bitwarden-cli # Use Bitwarden as a CLI secrets manager
|
||||
gajim # XMPP client
|
||||
nheko # Matrix client
|
||||
linuxKernel.packages.linux_hardened.v4l2loopback # Use A7ii as webcam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue