init npins?

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

View File

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