diff --git a/profiles/DerGeret/Arch/config.nix b/profiles/DerGeret/Arch/config.nix index e3d0e0b5..fdf3b828 100644 --- a/profiles/DerGeret/Arch/config.nix +++ b/profiles/DerGeret/Arch/config.nix @@ -1,6 +1,6 @@ { ... }: { imports = [ - ../partition.nix + ../config.nix ../../Generic/Arch/config.nix ]; }