1
0
Fork 0

Install libnotify and mako

This commit is contained in:
Malte Brandy 2019-12-16 14:36:00 +01:00
parent dcb4ee9469
commit b0dec27e42
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ in {
'') swayColors);
barsConfig = ''
bar {
status_command i3status-rs ${./status.toml};
status_command ${pkgs.i3status-rust}/bin/i3status-rs ${./status.toml};
status_padding 0
status_edge_padding 0
font monospace 9.5

View file

@ -211,8 +211,8 @@ in rec {
inherit urxvt terminal ate;
inherit (pkgs.gnome3) dconf;
inherit (pkgs)
lm_sensors sway swaylock swayidle xwayland rofi i3status-rust waybar dmenu
xdg_utils;
lm_sensors sway swaylock swayidle xwayland rofi dmenu
xdg_utils libnotify mako;
inherit (unstable) wofi;
};