From 6ff1446669e899f3670e247f0ce74d424a76bd5e Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 24 Mar 2024 15:14:31 -0400 Subject: [PATCH] add doom Signed-off-by: ahuston-0 --- .gitmodules | 3 +++ users/alice/home.nix | 5 ++++- users/alice/home/doom | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 users/alice/home/doom diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9a61d41 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "users/alice/home/doom"] + path = users/alice/home/doom + url = https://github.com/ahuston-0/Doom-Emacs-config.git diff --git a/users/alice/home.nix b/users/alice/home.nix index faa35b2..5f26776 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -1,7 +1,10 @@ { pkgs, ... }: { - imports = [ ./home/zsh.nix ]; + imports = [ + ./home/zsh.nix + ./home/doom + ]; home = { # # Adds the 'hello' command to your environment. It prints a friendly diff --git a/users/alice/home/doom b/users/alice/home/doom new file mode 160000 index 0000000..a1912a4 --- /dev/null +++ b/users/alice/home/doom @@ -0,0 +1 @@ +Subproject commit a1912a473a377635e95d5d6997210029e53a3d11