nixfiles/home/profiles/graphical/packages.nix
2025-06-27 15:07:29 -07:00

39 lines
568 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
# Chat
tdesktop # Telegram
dino # XMPP
signal-desktop
mumble
keymapp
# Archivery
unzip
zip
p7zip
# Misc
exiftool # EXIF Stripping
lm_sensors # Sensor Data
cryptsetup # Encrypted block devices
yubikey-manager # Yubikey
v4l-utils # Webcam
obsidian
remmina
alsa-utils
pwvucontrol
veracrypt
deluge
gimp
xarchiver
];
}