Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-03-24 15:54:50 -04:00 committed by Alice Huston
parent 26b8b00043
commit 6a419c3143

View File

@ -57,6 +57,11 @@
}; };
programs = { programs = {
emacs = {
enable = true;
package = pkgs.emacs29-pgtk;
};
starship.enable = true; starship.enable = true;
fzf = { fzf = {
enable = true; enable = true;