NixOS-Config/modules/home/wms/default.nix

9 lines
71 B
Nix

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