mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
users/foo-dogsquared: automate Doom Emacs installation
This commit is contained in:
parent
51dde96620
commit
7869bb79cf
@ -353,4 +353,13 @@ in
|
|||||||
extraArgs = [ "--depth" "1" ];
|
extraArgs = [ "--depth" "1" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.user.services.fetch-mutable-files = {
|
||||||
|
Service.ExecStartPost = pkgs.writeScript "${config.home.username}-post-fetch-mutable-files" ''
|
||||||
|
#!${pkgs.runtimeShell}
|
||||||
|
|
||||||
|
# Automate installation of Doom Emacs.
|
||||||
|
${config.xdg.configHome}/emacs/bin/doom install --no-config --no-fonts --install --force
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user