diff --git a/workstation/sway.nix b/workstation/sway.nix index d6d03af..05405a0 100644 --- a/workstation/sway.nix +++ b/workstation/sway.nix @@ -43,22 +43,24 @@ let in { environment.systemPackages = with pkgs; [ - alacritty # gpu accelerated terminal - sway - dbus-sway-environment + alacritty + bemenu configure-gtk - wayland - glib # gsettings + dbus-sway-environment dracula-theme # gtk theme - gnome.adwaita-icon-theme # default gnome cursors - swaylock-effects + glib + gnome.adwaita-icon-theme + grim + mako + slurp + sway swayidle - grim # screenshot functionality - slurp # screenshot functionality - wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout - bemenu # wayland clone of dmenu - mako # notification system developed by swaywm maintainer + swayimg + swaylock-effects + swaynotificationcenter waybar + wayland + wl-clipboard ];