From bb9f6595ab58cb233a1a86198f1935ebe96c6a56 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 20 Oct 2024 14:02:08 -0500 Subject: add host specific modules for home manager config --- modules/hosts/T430/home.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/hosts/T430/home.nix (limited to 'modules/hosts/T430') diff --git a/modules/hosts/T430/home.nix b/modules/hosts/T430/home.nix new file mode 100644 index 0000000..a04b93f --- /dev/null +++ b/modules/hosts/T430/home.nix @@ -0,0 +1,3 @@ +{ ... }: { + imports = [ ../../home ]; +} -- cgit v1.2.3