1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: enable ntfs support

This commit is contained in:
2020-10-18 17:26:19 +02:00
parent 2106247cf5
commit 7794464b36

View File

@@ -4,6 +4,9 @@ in {
imports = [
<niveum/modules/constants.nix>
<home-manager/nixos>
{
boot.supportedFilesystems = [ "ntfs" ];
}
{
niveum.user = {
github = "kmein";