use small patches instead of ntfsplus fork

This commit is contained in:
2026-05-19 04:41:49 +02:00
parent 88b89023da
commit 65de45f673
8 changed files with 170 additions and 43 deletions
+1 -1
View File
@@ -23,6 +23,7 @@ nixpkgs.lib.nixosSystem {
inherit plasma-manager;
inherit acer-wmi-ext;
inherit nixpkgs-linuxeol;
inherit ntfsplus;
};
modules = [
{
@@ -41,7 +42,6 @@ nixpkgs.lib.nixosSystem {
home-manager.nixosModules.home-manager
nix-sweep.nixosModules.default
peerix.nixosModules.peerix
ntfsplus.nixosModules.default
../modules
hostConfig
];