sway.nix | clean up + add swayimg
This commit is contained in:
parent
33f6460446
commit
8b9a639b7f
1 changed files with 14 additions and 12 deletions
|
|
@ -43,22 +43,24 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alacritty # gpu accelerated terminal
|
alacritty
|
||||||
sway
|
bemenu
|
||||||
dbus-sway-environment
|
|
||||||
configure-gtk
|
configure-gtk
|
||||||
wayland
|
dbus-sway-environment
|
||||||
glib # gsettings
|
|
||||||
dracula-theme # gtk theme
|
dracula-theme # gtk theme
|
||||||
gnome.adwaita-icon-theme # default gnome cursors
|
glib
|
||||||
swaylock-effects
|
gnome.adwaita-icon-theme
|
||||||
|
grim
|
||||||
|
mako
|
||||||
|
slurp
|
||||||
|
sway
|
||||||
swayidle
|
swayidle
|
||||||
grim # screenshot functionality
|
swayimg
|
||||||
slurp # screenshot functionality
|
swaylock-effects
|
||||||
wl-clipboard # wl-copy and wl-paste for copy/paste from stdin / stdout
|
swaynotificationcenter
|
||||||
bemenu # wayland clone of dmenu
|
|
||||||
mako # notification system developed by swaywm maintainer
|
|
||||||
waybar
|
waybar
|
||||||
|
wayland
|
||||||
|
wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue