feat: added waybar

This commit is contained in:
Julien Malka 2023-03-13 14:10:23 +01:00
parent 30d0b90609
commit a4caa15673
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -74,9 +74,14 @@ with lib;
"XF86MonBrightnessDown" = "exec brightnessctl s 10-";
};
};
extraConfig = ''
exec_always nm-applet --indicator
'';
};
services.swayidle.enable = true;
programs.waybar.enable = true;
};