exfat progs

This commit is contained in:
Nathan McCarty 2025-04-01 20:10:37 -04:00
parent bd2198efd0
commit cb172351b6

View file

@ -5,4 +5,10 @@
...
}: {
security.sudo.wheelNeedsPassword = false;
environment.systemPackages = with pkgs; [
# Filesystem types
f2fs-tools
exfatprogs
];
}