summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-02-09 16:15:51 -0600
committerTim Keller <tjkeller.xyz>2025-02-09 16:15:51 -0600
commit3bc77c8dae2a5bf06789ae80cc0356d271660d62 (patch)
tree9c823ea2e405e855ea9c76eb205cdf6e15076949
parentb11e5294879fc18150795936017d06d342427a5e (diff)
downloadnixos-3bc77c8dae2a5bf06789ae80cc0356d271660d62.tar.xz
nixos-3bc77c8dae2a5bf06789ae80cc0356d271660d62.zip
add ntfs3g to pkgs
-rw-r--r--modules/root/software/system.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/root/software/system.nix b/modules/root/software/system.nix
index f0a31f2..4c81596 100644
--- a/modules/root/software/system.nix
+++ b/modules/root/software/system.nix
@@ -5,6 +5,7 @@
dash # TODO should be default /bin/sh
exfat
git # Needed for home-manager
+ ntfs3g
python3
sops # Secrets
];