From b56950ab0bb4dbcdf05056ca62c9157080acc221 Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Wed, 2 Feb 2022 12:13:19 +0300 Subject: [PATCH] Add ntfs3g --- profiles/workspace/misc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/workspace/misc.nix b/profiles/workspace/misc.nix index 6e3bb2e..d89dae3 100644 --- a/profiles/workspace/misc.nix +++ b/profiles/workspace/misc.nix @@ -31,4 +31,6 @@ systemd.timers.systemd-timesyncd = { timerConfig.OnCalendar = "hourly"; }; services.avahi.enable = true; + + environment.systemPackages = [ pkgs.ntfs3g ]; }