feat(hypr): add hyprsunset as blue light filter
This commit is contained in:
parent
1448ae6e85
commit
481dfb41dc
2 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
pavucontrol
|
||||
networkmanagerapplet
|
||||
waybar-mpris
|
||||
hyprsunset
|
||||
|
||||
# nix-tools
|
||||
nix-output-monitor
|
||||
|
|
|
|||
|
|
@ -208,9 +208,11 @@
|
|||
exec-once =
|
||||
let
|
||||
nm-applet = lib.getExe' pkgs.networkmanagerapplet "nm-applet";
|
||||
hyprsunset = lib.getExe pkgs.hyprsunset;
|
||||
in
|
||||
[
|
||||
"${nm-applet} &"
|
||||
"${hyprsunset}"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue