feat(hypr): add hyprsunset as blue light filter

This commit is contained in:
etwas 2025-01-01 23:32:13 +01:00
parent 1448ae6e85
commit 481dfb41dc
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 3 additions and 0 deletions

View file

@ -49,6 +49,7 @@
pavucontrol
networkmanagerapplet
waybar-mpris
hyprsunset
# nix-tools
nix-output-monitor

View file

@ -208,9 +208,11 @@
exec-once =
let
nm-applet = lib.getExe' pkgs.networkmanagerapplet "nm-applet";
hyprsunset = lib.getExe pkgs.hyprsunset;
in
[
"${nm-applet} &"
"${hyprsunset}"
];
};
};