Move kakoune
to a full-fledged package #4
|
@ -107,6 +107,7 @@ with lib;
|
|||
latitude = "46.31";
|
||||
longitude = "6.38";
|
||||
};
|
||||
systemd.user.services.wlsunset.Unit.After = "graphical-session.target";
|
||||
|
||||
|
||||
# Notification system
|
||||
|
|
|
@ -86,6 +86,8 @@ in
|
|||
Service.Slice = "session.slice";
|
||||
Service.Type = "notify";
|
||||
Service.ExecStart = "${lib.getExe pkgs.xwayland-satellite} ${xwayland-display}";
|
||||
Service.ExecStartPost = [ "systemctl --user set-environment DISPLAY=${xwayland-display}" ];
|
||||
Service.ExecStopPre = [ "systemctl --user unset-environment" ];
|
||||
};
|
||||
|
||||
programs.niri.settings = {
|
||||
|
|
Loading…
Reference in a new issue