mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-09 23:07:46 +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