Generation 55 2024-04-20 03:33:21 (current)

This commit is contained in:
Jonas Röger 2024-04-20 03:33:22 +02:00
parent 7371347bfd
commit 568afd5385

View File

@ -43,7 +43,7 @@
in { in {
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = wrapped-emacs; #package = wrapped-emacs;
}; };
home = { home = {
@ -77,4 +77,15 @@ in {
}; };
}; };
}; };
home.packages = with pkgs; [
binutils
(ripgrep.override {withPCRE2 = true;})
gnutls
fd
imagemagick
zstd
editorconfig-core-c
emacs-all-the-icons-fonts
];
} }