config/doom: only include if emacs is enabled
This commit is contained in:
parent
29ce41839d
commit
d90808baa7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
with lib;
|
||||
{
|
||||
xdg.configFile = {
|
||||
"doom" = {
|
||||
"doom" = mkIf config.programs.emacs.enable {
|
||||
source = ./doom;
|
||||
onChange = ''
|
||||
echo "[doom] applying doom configuration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue