1

Modules/Hyprpanel: Use hyprpanel from nixpkgs instead of flake

This commit is contained in:
2025-06-28 04:03:02 +02:00
parent fd13eff935
commit 08cd52061e
3 changed files with 2 additions and 10 deletions

View File

@ -13,15 +13,12 @@ in {
config = lib.mkIf hyprpanel.enable {
programs.hyprpanel = {
enable = true;
overwrite.enable = true;
systemd.enable = true;
# settings = {};
# NOTE: Because the HM module sucks (mixes explicit options + JSON conversion), write everything as override...
# HACK: Only override fully qualified quoted attributes to not override existing attrs with empty values
# https://github.com/Jas-SinghFSU/HyprPanel/issues/886
override = {
settings = {
#
# Bar Config
#