rename disko input to diskoConfig for clarity

This commit is contained in:
2024-10-10 14:40:41 -05:00
parent f11a6ab86e
commit bf08d28785
7 changed files with 379 additions and 214 deletions

View File

@@ -11,7 +11,7 @@
prgms.url = "./programs";
disko.url = "./disko";
diskoConfig.url = "./disko";
impermanence.url = "./impermanence";
@@ -22,7 +22,7 @@
nixosModule = { config, lib, pkgs, core_inputs, ... }: {
imports = [
./configuration/configuration.nix
inputs.disko.module
inputs.diskoConfig.module
inputs.impermanence.module
inputs.sddm.module
inputs.srvcs.module