nixfiles/home/profiles/graphical/packages.nix
2025-07-27 22:13:26 -07:00

37 lines
552 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
aseprite
# 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
];
}