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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user