diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-09 16:15:51 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-09 16:15:51 -0600 |
commit | 3bc77c8dae2a5bf06789ae80cc0356d271660d62 (patch) | |
tree | 9c823ea2e405e855ea9c76eb205cdf6e15076949 /modules/root/software | |
parent | b11e5294879fc18150795936017d06d342427a5e (diff) | |
download | nixos-3bc77c8dae2a5bf06789ae80cc0356d271660d62.tar.xz nixos-3bc77c8dae2a5bf06789ae80cc0356d271660d62.zip |
add ntfs3g to pkgs
Diffstat (limited to 'modules/root/software')
-rw-r--r-- | modules/root/software/system.nix | 1 |
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 ]; |