feat(emacs): install doom emacs
This commit is contained in:
parent
8da90e0ac3
commit
c9d92c05c2
6 changed files with 453 additions and 4 deletions
7
home.nix
7
home.nix
|
|
@ -4,6 +4,7 @@
|
|||
river-shifttags,
|
||||
other-transcode,
|
||||
kitty-unstable,
|
||||
nix-doom-emacs-unstraightened,
|
||||
...
|
||||
}: let
|
||||
username = "khais";
|
||||
|
|
@ -12,6 +13,7 @@ in {
|
|||
./stylix.nix
|
||||
./wm
|
||||
./direnv.nix
|
||||
nix-doom-emacs-unstraightened
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
|
|
@ -203,4 +205,9 @@ in {
|
|||
sub-langs = "all";
|
||||
};
|
||||
};
|
||||
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomDir = ./doom.d;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue