Compare commits
No commits in common. "a3ecb0016082c86538212587a5ead52f574c2f42" and "0113e656a267788a284b7e75051f21dc7f4c91b5" have entirely different histories.
a3ecb00160
...
0113e656a2
|
@ -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;
|
||||
|
|
|
@ -107,7 +107,6 @@ with lib;
|
|||
latitude = "46.31";
|
||||
longitude = "6.38";
|
||||
};
|
||||
systemd.user.services.wlsunset.Unit.After = "graphical-session.target";
|
||||
|
||||
|
||||
# Notification system
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue