enable ntfs-3g

This commit is contained in:
Gabriel Ebner 2015-08-09 19:35:31 +02:00
parent a7d62ac9c7
commit bc1c2a198a
1 changed files with 2 additions and 0 deletions

View File

@ -143,4 +143,6 @@
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
}; };
system.fsPackages = [ pkgs.ntfs3g ];
} }