diff --git a/configuration.nix b/configuration.nix index 8246e2e..ea3d3d4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -8,10 +8,10 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ./maintenance.nix - ./flatpak.nix - ./user-chch.nix - ./boot.nix + ./coreconfig/maintenance.nix + ./coreconfig/flatpak.nix + ./coreconfig/user-chch.nix + ./coreconfig/boot.nix ./hostname.nix ];