@@ -0,0 +1,12 @@
{ config, pkgs, lib, ... }:
{
home.packages = with pkgs; [
wlsunset
];
wayland.windowManager.sway.config = {
startup = [
{ command = "bash ~/scripts/sunset.sh"; }
};
}
The note is not visible to the blocked user.