From eddcd2eaf74665333bd324898ce568149dedc052 Mon Sep 17 00:00:00 2001 From: alydev Date: Fri, 3 Oct 2025 11:12:36 +1000 Subject: [PATCH] update --- system/global.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/global.nix b/system/global.nix index 87d6d2d..712fa6e 100644 --- a/system/global.nix +++ b/system/global.nix @@ -4,7 +4,7 @@ boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils + cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g ]; programs.nixvim.enable = true; programs.nixvim.defaultEditor = true;