doom emacs! + theming

This commit is contained in:
2024-12-17 22:26:10 -06:00
parent 1826efd1ff
commit eaf48232cd
14 changed files with 2083 additions and 53 deletions

View File

@@ -1,6 +1,10 @@
{ config, ... }:
{
home.stateVersion = "24.11";
stylix.targets = {
emacs.enable = true;
vesktop.enable = true;
};
programs.bash = {
enable = true;
historyFile = "\${XDG_STATE_HOME}/bash/history";