Compare commits
2 commits
d9432d87a4
...
102d149984
| Author | SHA1 | Date | |
|---|---|---|---|
| 102d149984 | |||
| b6db1895c3 |
1 changed files with 7 additions and 4 deletions
|
|
@ -18,15 +18,18 @@
|
|||
_cerulean,
|
||||
...
|
||||
} @ args: {
|
||||
imports = with _cerulean.inputs;
|
||||
imports =
|
||||
[
|
||||
# add support for `options.legacyImports`
|
||||
# ./legacy-imports.nix
|
||||
|
||||
# user configuration
|
||||
(import (root + "/nixpkgs.nix"))
|
||||
# options declarations
|
||||
(import ./nixpkgs.nix (args // {contextName = "hosts";}))
|
||||
]
|
||||
++ (
|
||||
if _cerulean.homeManager != null
|
||||
then [./home-manager.nix]
|
||||
else []
|
||||
);
|
||||
|
||||
sops-nix.nixosModules.sops
|
||||
# microvm.nixosModules.microvm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue