Move kakoune to a full-fledged package #4

Open
nki wants to merge 42 commits from kakoune-package into master
2 changed files with 3 additions and 0 deletions
Showing only changes of commit a3ecb00160 - Show all commits

View file

@ -107,6 +107,7 @@ with lib;
latitude = "46.31";
longitude = "6.38";
};
systemd.user.services.wlsunset.Unit.After = "graphical-session.target";
# Notification system

View file

@ -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 = {