mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-24 17:23:09 +01:00
hyprland: Add batsignal for battery notification
This commit is contained in:
parent
d9222585a5
commit
1b49b750ba
@ -421,5 +421,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.hyprpaper.enable = mkForce false;
|
||||
services = {
|
||||
batsignal.enable = true;
|
||||
hyprpaper.enable = mkForce false;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user