refactor: revamp whole Emacs.org

This is the first part of consolidating my Emacs and NixOS config
into a single file. This commit refactors the whole of Emacs.org
and adds more bits of prose to the configuration sections.
This commit is contained in:
Swarsel 2024-06-20 01:43:49 +02:00
parent 5e9c3c398f
commit bc8c52554d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 7068 additions and 2939 deletions

View file

@ -544,6 +544,10 @@ home.file = {
source = ../../programs/config/.aspell.conf;
target = ".aspell.conf";
};
".gitmessage" = {
source = ../../programs/git/.gitmessage;
target = ".gitmessage";
};
};
home.sessionVariables = {
@ -606,6 +610,20 @@ programs.git = {
};
userEmail = "leon.schwarzaeugl@gmail.com";
userName = "Swarsel";
difftastic.enable = true;
lfs.enable = true;
includes = [
{
contents = {
github = {
user = "Swarsel";
};
commit = {
template = "~/.gitmessage";
};
};
}
];
};
programs.fuzzel = {