use ntfs-plus driver for /var/games

This commit is contained in:
2026-05-07 01:04:04 +02:00
parent 79f40c37df
commit 177c6245ee
4 changed files with 50 additions and 1 deletions
+4
View File
@@ -34,6 +34,10 @@
url = "github:Lumpiasty/acer-wmi-ext/main";
inputs.nixpkgs.follows = "nixpkgs";
};
ntfsplus = {
url = "github:cmspam/ntfsplus-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: