feat: added waybar

This commit is contained in:
Luj 2023-03-13 14:10:23 +01:00
parent f10f53734d
commit 18233c3a76

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;
};