Compare commits

..

No commits in common. "a3ecb0016082c86538212587a5ead52f574c2f42" and "0113e656a267788a284b7e75051f21dc7f4c91b5" have entirely different histories.

3 changed files with 0 additions and 4 deletions

View file

@ -49,7 +49,6 @@ in
services.owncloud-client.package = pkgs.owncloud-client.overrideAttrs (attrs: {
buildInputs = attrs.buildInputs ++ [ pkgs.qt6.qtwayland ];
});
systemd.user.services.owncloud-client.Unit.After = [ "graphical-session.target" ];
# UDisks automounter
services.udiskie.enable = true;

View file

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

View file

@ -86,8 +86,6 @@ 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 = {