fixed emacs and nvf visuas

This commit is contained in:
Vali 2024-07-20 12:08:25 +02:00
commit c28e76ca06
2 changed files with 12 additions and 7 deletions

View file

@ -158,7 +158,17 @@ in {
config = mkIf cfg.enable {
home-manager.users.${username} = {
home.packages = with pkgs; [custom-emacs clang-tools ripgrep fd ispell findutils graphviz djvulibre hunspell hunspellDicts.de_AT hunspellDicts.en_US];
home.packages = with pkgs; [
custom-emacs
clang-tools
ripgrep
fd
ispell
findutils
graphviz
djvulibre
sqlite
];
services.emacs = {
enable = true;
package = custom-emacs;