Skip to content

Instantly share code, notes, and snippets.

@patryk4815
Created November 14, 2022 16:36
Show Gist options
  • Save patryk4815/8cb51cc8e171728b38a8d3cb970c5f68 to your computer and use it in GitHub Desktop.
Save patryk4815/8cb51cc8e171728b38a8d3cb970c5f68 to your computer and use it in GitHub Desktop.
programs.sway = {
enable = true;
extraPackages = with pkgs; [
# Lock screen
swaylock
# Copy to clipboard
wl-clipboard
# Notification deamon
mako
# Used by some mako commands
jq
# The default terminal
alacritty
# Wayland-native launcher
wofi
# Pretty wayland bar
waybar
# For printscreen key
slurp
# For printscreen key
grim
# Smart window switcher for sway.
# For some reason doesn't work right now?
swayr
# Auto screenlock
swayidle
];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment