mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +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, ... }:
|
{ inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
tesseract
|
socat # Required for `hyprland-smart-borders`
|
||||||
pixcat
|
tesseract # Screen grabbing text from images/PDFs/etc
|
||||||
lm_sensors
|
pixcat # Display images in the terminal
|
||||||
yubikey-touch-detector
|
lm_sensors # Show sensor outputs, i.e. temperatures
|
||||||
bitwarden-cli
|
yubikey-touch-detector # Display notification when YubiKey requires a headpat
|
||||||
|
bitwarden-cli # Use Bitwarden as a CLI secrets manager
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue