From 524ca88b1dc615957de144fc60b77f521f9760af Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 7 Oct 2023 22:17:51 +0200 Subject: Add iTerm2 --- modules/home-manager/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/home-manager/default.nix (limited to 'modules/home-manager/default.nix') 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; +} -- cgit v1.2.3