From 416667561c68d0a59c7be168908790411b9b7960 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 11 Jul 2024 20:44:07 +0200 Subject: [PATCH] Fix typo --- profiles/DerGeret/Arch/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }