Fixed a lot of autostart and locking problems

This commit is contained in:
Emmet 2023-08-24 17:11:19 -05:00
parent ca9a4e5820
commit dc0a87f941
4 changed files with 15 additions and 5 deletions

View file

@ -1486,7 +1486,6 @@ let
dashboardLogo = ./. + "/nix-" + themePolarity + ".png";
in
{
services.emacs.enable = true;
programs.doom-emacs = {
enable = true;
emacsPackage = pkgs.emacs29-pgtk;