refactor(flake): reorganize module imports
This commit is contained in:
parent
c22dfbcefd
commit
0b1a8cbe9a
1 changed files with 5 additions and 2 deletions
|
@ -105,18 +105,21 @@
|
|||
channelName = "nixos";
|
||||
imports = [ (digga.lib.importExportableModules ./modules) ];
|
||||
modules = [
|
||||
# --- DevOS Modules ---
|
||||
{ lib.our = self.lib; }
|
||||
digga.nixosModules.bootstrapIso
|
||||
digga.nixosModules.nixConfig
|
||||
home.nixosModules.home-manager
|
||||
agenix.nixosModules.age
|
||||
bud.nixosModules.bud
|
||||
./secrets
|
||||
|
||||
# --- Library Modules ---
|
||||
inputs.impermanence.nixosModules.impermanence
|
||||
inputs.quick-nix-registry.nixosModules.local-registry
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
|
||||
./secrets
|
||||
# --- Application Modules ---
|
||||
inputs.nix-minecraft.nixosModules.minecraft-servers
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue