summaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-10-07 22:17:51 +0200
committerLinnnus <[email protected]>2023-10-07 22:18:53 +0200
commit524ca88b1dc615957de144fc60b77f521f9760af (patch)
treeef60826e67c3b40c1a1f0c02b57738a6afc78434 /modules/home-manager/default.nix
parent107c85fa9046ab03f6dde9c63665734a67e210d9 (diff)
Add iTerm2
Diffstat (limited to 'modules/home-manager/default.nix')
-rw-r--r--modules/home-manager/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix
new file mode 100644
index 0000000..3eb61a1
--- /dev/null
+++ b/modules/home-manager/default.nix
@@ -0,0 +1,6 @@
+# This file indexes all home manager modules. Note that there is no
+# general/personal distinction here, as all personal home-manager configuration
+# goes in home/ instead.
+{
+ iterm2 = import ./iterm2;
+}