feat(emacs): install doom emacs

This commit is contained in:
Khaïs COLIN 2024-10-02 15:23:06 +02:00
parent 8da90e0ac3
commit c9d92c05c2
6 changed files with 453 additions and 4 deletions

View file

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