Added nixd and alejandra, moved emacs config
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user