mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-25 02:14:41 +02:00
[filesystem] add exfat for usb-sticks
This commit is contained in:
parent
5c571af599
commit
ed2532fd82
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
davfs2
|
davfs2
|
||||||
|
exfat
|
||||||
|
exfat-utils
|
||||||
fuse3
|
fuse3
|
||||||
hfsprogs
|
hfsprogs
|
||||||
mtpfs
|
mtpfs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue