From 029655cb72402a44617c19cec3c46de0e54700dd Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:58:55 +0100 Subject: [PATCH] enable the hyprpanel overlay Former-commit-id: b1702060f2f80259ad03b9c55855665a50b2ac8d --- flake.nix | 3 +-- home/system/hyprpanel/default.nix | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 86a2d34..aa32fb6 100644 --- a/flake.nix +++ b/flake.nix @@ -50,8 +50,7 @@ system = "x86_64-linux"; modules = [ { - nixpkgs.overlays = - [ inputs.hyprpanel.overlay inputs.nur.overlays.default ]; + nixpkgs.overlays = [ inputs.nur.overlays.default ]; _module.args = { inherit inputs; }; } inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME: check https://github.com/NixOS/nixos-hardware diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index 29bc4ce..9de104e 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -1,6 +1,6 @@ # Hyprpanel is the bar on top of the screen # Display informations like workspaces, battery, wifi, ... -{ inputs, pkgs, config, ... }: +{ inputs, config, ... }: let transparentButtons = config.var.theme.bar.transparentButtons; @@ -33,6 +33,7 @@ in { systemd.enable = true; hyprland.enable = true; overwrite.enable = true; + overlay.enable = true; layout = { "bar.layouts" = { "0" = {