[hypr] WIP: Switch colours at boot

This commit is contained in:
Tibo De Peuter 2025-10-30 19:54:23 +01:00
parent 48463104ab
commit e4e59c52fa
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 59 additions and 15 deletions

View file

@ -7,9 +7,11 @@ in {
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
libnotify
jq # JSON parser
libnotify # Notifications
sunwait # Sunrise/sunset calculator
playerctl
jq
j4-dmenu-desktop
];