From 85e46deedbb32dfa1c37bfb6ca3a7fb10d7be446 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 2 Jan 2025 01:20:55 -0800 Subject: nara: move some core modules to base --- hosts/nara/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hosts/nara/configuration.nix') diff --git a/hosts/nara/configuration.nix b/hosts/nara/configuration.nix index 89b4dc7..1517f20 100644 --- a/hosts/nara/configuration.nix +++ b/hosts/nara/configuration.nix @@ -1,5 +1,9 @@ { self, ... }: { - imports = [ "${self}/modules/mac" ]; + imports = [ + "${self}/modules/base" + "${self}/modules/mac" + ]; + system.stateVersion = 5; } -- cgit v1.2.3