It builds!

This commit is contained in:
2024-10-18 10:57:09 -05:00
parent a11206680a
commit 0153012f90
11 changed files with 206 additions and 389 deletions

View File

@@ -20,11 +20,13 @@
nixosModule = { config, lib, pkgs, core_inputs, ... }: {
imports = [
./configuration
./hardware-configuration.nix
# inputs.diskoConfig.module
# inputs.impermanenceConfig.module
inputs.srvcs.module
inputs.pckgs.module
inputs.prgms.module
./first_boot
];
options = {