feat: adds opnix, mennos-laptop-w as host and cleans up secrets

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2025-07-15 23:50:26 +02:00
parent 1867846c0d
commit 94998bec48
24 changed files with 185 additions and 152 deletions

View File

@@ -1,6 +1,7 @@
{
config,
isServer ? false,
opnix,
...
}:
@@ -13,7 +14,7 @@
};
imports =
[ ./packages/common/default.nix ]
[ opnix.homeManagerModules.default ./packages/common/default.nix ]
++ (
if isServer then
[
@@ -35,4 +36,5 @@
PATH = "${config.home.homeDirectory}/go/bin:$PATH";
};
};
}