enable the hyprpanel overlay

Former-commit-id: b1702060f2
This commit is contained in:
Hadi
2025-01-06 20:58:55 +01:00
parent ec8f733408
commit 029655cb72
2 changed files with 3 additions and 3 deletions

View File

@@ -50,8 +50,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
{ {
nixpkgs.overlays = nixpkgs.overlays = [ inputs.nur.overlays.default ];
[ inputs.hyprpanel.overlay inputs.nur.overlays.default ];
_module.args = { inherit inputs; }; _module.args = { inherit inputs; };
} }
inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME: check https://github.com/NixOS/nixos-hardware inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME: check https://github.com/NixOS/nixos-hardware

View File

@@ -1,6 +1,6 @@
# Hyprpanel is the bar on top of the screen # Hyprpanel is the bar on top of the screen
# Display informations like workspaces, battery, wifi, ... # Display informations like workspaces, battery, wifi, ...
{ inputs, pkgs, config, ... }: { inputs, config, ... }:
let let
transparentButtons = config.var.theme.bar.transparentButtons; transparentButtons = config.var.theme.bar.transparentButtons;
@@ -33,6 +33,7 @@ in {
systemd.enable = true; systemd.enable = true;
hyprland.enable = true; hyprland.enable = true;
overwrite.enable = true; overwrite.enable = true;
overlay.enable = true;
layout = { layout = {
"bar.layouts" = { "bar.layouts" = {
"0" = { "0" = {