nix/modules/home/desktop/sway/default.nix

11 lines
134 B
Nix

{ ... }:
{
imports = [
./sway.nix
./mako.nix
./waybar.nix
./swaylock.nix
./swayidle.nix
./fuzzel.nix
];
}