gpd-pocket2/sway.nix
2020-11-01 14:01:34 +03:00

27 lines
422 B
Nix

# █▀ █░█░█ ▄▀█ █▄█
# ▄█ ▀▄▀▄▀ █▀█ ░█░
{ config, pkgs, ... }:
{
programs.sway = {
enable = true;
extraPackages = with pkgs; [
swaylock
swayidle
xwayland
waybar
mako
kanshi
rofi
i3status-rust
networkmanager_dmenu
swaylock
swayidle
pavucontrol
gammastep
];
};
}