Generation 55 2024-04-20 03:33:21 (current)
This commit is contained in:
parent
7371347bfd
commit
568afd5385
@ -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
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user