nixfiles/home/profiles/graphical/packages.nix
2024-06-08 17:25:08 -07:00

35 lines
500 B
Nix
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{pkgs, ...}: {
home.packages = with pkgs; [
# Password manager
bitwarden
# Task managers
btop
htop
# Mail
thunderbird
# Music
spotify
# Chat
fractal # Matrix
tdesktop # Telegram
dino # XMPP
signal-desktop
mumble
# Archivery
unzip
zip
p7zip
# Misc
exiftool # EXIF Stripping
lm_sensors # Sensor Data
cryptsetup # Encrypted block devices
yubikey-manager # Yubikey
v4l-utils # Webcam
];
}