impermanence/module.nix: add dirs for emacs

This commit is contained in:
Charlie Root 2024-09-22 19:21:00 +02:00
commit 2ba90b9290

View file

@ -47,7 +47,7 @@ in {
]
++ map (
dir: ".config/${dir}"
) ["nicotine" "Signal" "Nextcloud"]
) ["nicotine" "Signal" "Nextcloud" "emacs" "doom"]
++ map (
dir: ".cache/${dir}"
) ["tealdeer" "keepassxc" "nix" "starship" "nix-index" "mozilla" "zsh" "nvim"]