1

Home: Add exfat dependencies

This commit is contained in:
2025-07-10 18:57:30 +02:00
parent 86261a0d76
commit 34fd0e5abe
2 changed files with 3 additions and 2 deletions

View File

@ -356,13 +356,11 @@
ffmpegthumbnailer # Video thumbnails ffmpegthumbnailer # Video thumbnails
mediainfo # Media meta information mediainfo # Media meta information
file # File meta information file # File meta information
tree # Folder preview
unrar # Cooler WinRar unrar # Cooler WinRar
p7zip # Zip stuff p7zip # Zip stuff
unzip # Unzip stuff unzip # Unzip stuff
progress # Find coreutils processes and show their progress progress # Find coreutils processes and show their progress
tokei # Text file statistics in a project tokei # Text file statistics in a project
ripdrag # drag & drop from terminal
playerctl # media player control playerctl # media player control
pastel # color tools pastel # color tools
nvd # nix rebuild diff nvd # nix rebuild diff
@ -431,6 +429,7 @@
cachix cachix
] ]
(lib.mkIf (!headless) [ (lib.mkIf (!headless) [
ripdrag # drag & drop from terminal
veracrypt veracrypt
# Proton # Proton
@ -452,6 +451,7 @@
audacity audacity
ferdium ferdium
gparted gparted
exfatprogs
# Office # Office
wacomtablet # For xournalpp/krita wacomtablet # For xournalpp/krita

View File

@ -234,6 +234,7 @@ with mylib.networking; {
wget wget
mprocs # run multiple processes in single terminal window, screen alternative mprocs # run multiple processes in single terminal window, screen alternative
parted # partition manager parted # partition manager
exfat
procs # Better ps procs # Better ps
procps # pgrep, pkill procps # pgrep, pkill
busybox busybox