mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 15:05:07 +02:00
hyprland: Add batsignal for battery notification
This commit is contained in:
@ -421,5 +421,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.hyprpaper.enable = mkForce false;
|
||||
services = {
|
||||
batsignal.enable = true;
|
||||
hyprpaper.enable = mkForce false;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user