Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-03-24 15:14:31 -04:00
committed by Alice Huston
parent b753d81af9
commit 6ff1446669
3 changed files with 8 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "users/alice/home/doom"]
path = users/alice/home/doom
url = https://github.com/ahuston-0/Doom-Emacs-config.git

View File

@ -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

1
users/alice/home/doom Submodule

Submodule users/alice/home/doom added at a1912a473a