3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
@@ -1,7 +1,10 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./home/zsh.nix ];
|
imports = [
|
||||||
|
./home/zsh.nix
|
||||||
|
./home/doom
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
# # Adds the 'hello' command to your environment. It prints a friendly
|
# # Adds the 'hello' command to your environment. It prints a friendly
|
||||||
|
1
users/alice/home/doom
Submodule
1
users/alice/home/doom
Submodule
Submodule users/alice/home/doom added at a1912a473a
Reference in New Issue
Block a user