dotfiles/flakes/common/hm_modules/de_sway/default.nix
2025-10-20 20:45:26 -05:00

12 lines
148 B
Nix

{ ... }:
{
imports = [
./theme.nix
./sway.nix
./waybar.nix
./wofi.nix
./swaync.nix
./swaylock.nix
./polkit.nix
];
}