Waybar git to solve issue w/hyprland

Former-commit-id: 1af3617b32
This commit is contained in:
Hadi
2024-05-02 18:16:39 +02:00
parent ec4fc1864c
commit 2055d2da9a
4 changed files with 58 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, ... }: {
{ config, pkgs, inputs, ... }: {
services = {
blueman-applet.enable = true;
network-manager-applet.enable = true;
@@ -6,6 +6,7 @@
programs.waybar = {
enable = true;
package = inputs.waybar.packages."${pkgs.system}".waybar;
settings = {
mainBar = {
layer = "top";