nixfiles/home/profiles/graphical/packages.nix
2025-02-16 00:14:29 -08:00

41 lines
587 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
strawberry-qt6
# Chat
fractal # Matrix
element-desktop
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
obsidian
remmina
veracrypt
gimp
];
}