NixOS/home/modules/sway/default.nix

11 lines
116 B
Nix

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