add doom
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
b753d81af9
commit
6ff1446669
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
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a1912a473a377635e95d5d6997210029e53a3d11
|
Loading…
x
Reference in New Issue
Block a user