Add NTFS driver

This commit is contained in:
Filippo Berto 2022-09-13 10:31:35 +02:00
parent 8edc83c612
commit c89575a942
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -145,7 +145,7 @@ with lib; {
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ tmux helix vim git ];
environment.systemPackages = with pkgs; [ tmux helix vim git ntfs3g ];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.