mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
feat: added waybar
This commit is contained in:
parent
f10f53734d
commit
18233c3a76
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue