fixing emacs daemon
This commit is contained in:
@@ -84,5 +84,12 @@
|
|||||||
extra ++ themes;
|
extra ++ themes;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.user.services.emacs = {
|
||||||
|
Install.WantedBy = [ "graphical-session.target" ];
|
||||||
|
Unit = {
|
||||||
|
After = [ "graphical-session.target" ];
|
||||||
|
Wants = [ "graphical-session.target" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user