Compare commits
2 commits
102d149984
...
d9432d87a4
| Author | SHA1 | Date | |
|---|---|---|---|
| d9432d87a4 | |||
| 77ddfcde7d |
1 changed files with 4 additions and 7 deletions
|
|
@ -18,18 +18,15 @@
|
|||
_cerulean,
|
||||
...
|
||||
} @ args: {
|
||||
imports =
|
||||
imports = with _cerulean.inputs;
|
||||
[
|
||||
# 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