Skip to content

Commit ad29a4b

Browse files
committed
desktop: place dunst in session.slice
dunst-project/dunst#1397
1 parent e83c103 commit ad29a4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/desktop/module.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,5 +275,10 @@ in
275275
overrideStrategy = "asDropin";
276276
serviceConfig.Slice = [ "session.slice" ];
277277
};
278+
# https://github.com/dunst-project/dunst/pull/1397
279+
systemd.user.services.dunst = {
280+
overrideStrategy = "asDropin";
281+
serviceConfig.Slice = [ "session.slice" ];
282+
};
278283
});
279284
}

0 commit comments

Comments
 (0)