NixOS/home/modules/sway/default.nix

11 lines
116 B
Nix
Raw Normal View History

2024-06-12 09:54:11 +07:00
{ ... }:
{
imports = [
./mako.nix
./sway.nix
./swaylock.nix
./swayosd.nix
./waybar.nix
];
}