Added nixd and alejandra, moved emacs config

This commit is contained in:
2025-06-01 14:14:54 -04:00
parent bf081f0d28
commit 50a4ac9e9f
2 changed files with 19 additions and 4 deletions

View File

@@ -66,6 +66,11 @@
];
};
programs.emacs = {
enable = true;
package = "pkgs.emacs-pgtk";
};
programs.fastfetch = {
enable = true;
settings = {
@@ -271,8 +276,8 @@
};
home.packages = with pkgs; [
audacity
anki-bin
audacity
ffmpeg
gimp
ibm-plex
@@ -286,10 +291,20 @@
protonmail-bridge
thunderbird
ueberzugpp
vcv-rack
runelite
];
services.mako.enable = true;
services.emacs = {
enable = true;
client = {
enable = true;
arguments = [
"-w"
];
};
defaultEditor = true;
}
services.mpd = {
enable = true;