466 current 2025-07-05 01:54:01 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-07-05 01:55:58 -04:00
parent ba17e741d9
commit ea6c6daca0
6 changed files with 331 additions and 1 deletions

View File

@@ -3,7 +3,12 @@
lib,
config,
...
}: {
}: let
doomPath = "/home/synchronous/nix-cfg/home/programs/emacs/cfg";
in {
# https://nixos-and-flakes.thiscute.world/best-practices/accelerating-dotfiles-debugging
xdg.configFile."doom".source = config.lib.file.mkOutOfStoreSymlink doomPath;
programs.emacs = {
enable = true;
# package = pkgs.emacs-gtk;