diff options
Diffstat (limited to 'modules/hosts/T430/home.nix')
-rw-r--r-- | modules/hosts/T430/home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 ]; +} |