improve doom emacs

This commit is contained in:
Ingolf Wagner 2021-09-25 11:13:10 +02:00
parent e466eec0e3
commit 7bf28cb123
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -14,4 +14,8 @@ in {
(load "default.el") (load "default.el")
''; '';
}; };
environment.systemPackages = [
pkgs.ripgrep
];
} }