added doom emacs
This commit is contained in:
parent
d7b12a2fe0
commit
7cde8946c0
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, nix-doom-emacs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nil
|
nil
|
||||||
marksman
|
marksman
|
||||||
|
@ -10,4 +10,9 @@
|
||||||
settings = import ./helix-config.nix;
|
settings = import ./helix-config.nix;
|
||||||
themes = import ./helix-theme.nix;
|
themes = import ./helix-theme.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.doom-emacs = {
|
||||||
|
enable = true;
|
||||||
|
doomPrivateDir = ./doom.d;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue