diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix index 0181d226..13bcd8b4 100644 --- a/home/desktop/sway.nix +++ b/home/desktop/sway.nix @@ -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 diff --git a/pkgs/default.nix b/pkgs/default.nix index 1bf8a95d..2fea4f3d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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; };