nixos-config/modules/home/wms/default.nix
2024-11-12 18:03:28 -05:00

8 lines
71 B
Nix

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