From 0e3af748324e709063b9de2d9b5668a816c84839 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Mon, 1 Apr 2024 00:53:32 +0200 Subject: structure: introduce modules --- modules/hm/default.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/hm/default.nix (limited to 'modules/hm/default.nix') diff --git a/modules/hm/default.nix b/modules/hm/default.nix new file mode 100644 index 0000000..d854dcc --- /dev/null +++ b/modules/hm/default.nix @@ -0,0 +1,3 @@ +{...}: { + imports = []; +} -- cgit 1.4.1