From 16b86bf9c99b9f5e3196b539b0109f4845d195fc Mon Sep 17 00:00:00 2001 From: fnord Date: Wed, 7 May 2025 19:54:49 +0200 Subject: [PATCH] flake.nix aktualisiert --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 498d834..55f588b 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inherit system; modules = [ flatpaks.nixosModules.nix-flatpak - ./configuration.nix + ./coreconfig/configuration.nix ]; }; };