init npins?

This commit is contained in:
andromeda
2026-01-22 05:35:49 +01:00
parent 1a62299225
commit ad7e25dce3
5 changed files with 429 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.extraSpecialArgs = {inherit machine;};
home-manager.backupFileExtension = "bak";
home-manager.users =
builtins.mapAttrs
(name: value: value)