emacs main repo parity

This commit is contained in:
Danilo Reyes
2026-02-09 18:47:49 -06:00
parent 8d62cffc8e
commit 2910dcb3ef
3 changed files with 14 additions and 19 deletions

View File

@@ -84,12 +84,5 @@
extra ++ themes;
};
};
systemd.user.services.emacs = {
Install.WantedBy = [ "graphical-session.target" ];
Unit = {
After = [ "graphical-session.target" ];
Wants = [ "graphical-session.target" ];
};
};
};
}