From 97e2a025a557e44aac2be24c60efab9fb22260cf Mon Sep 17 00:00:00 2001 From: Natalie Date: Fri, 18 Apr 2025 15:58:18 -0700 Subject: [PATCH] add modules to laptop --- hosts/laptop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index bb35a4f..7345cfb 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -6,6 +6,9 @@ }: { imports = [ ../../modules/shared/nix.nix + ../../modules/shared/home-manager.nix + ../../modules/shared/vars.nix + ../../modules/shared/extras.nix ./modules/icons.nix ];