This commit is contained in:
2026-08-02 01:38:50 +01:00
parent b8c6862880
commit 47c31cc539
12 changed files with 321 additions and 229 deletions
+2 -1
View File
@@ -30,7 +30,8 @@
};
programs.home-manager.enable = true;
};
nixos = {lib, ...}: {
nixos = { lib, ... }: {
boot.kernelModules = [ "ntsync" ];
};
};
}