about summary refs log tree commit diff stats
path: root/modules/home.legacy/wms/default.nix
blob: 610ea2f494ffbb3b669739875a971c9d9c95ded0 (plain) (blame)
1
2
3
4
5
6
7
{config, ...}: {
  imports = [
    # ./sway
    ./river
    # ./plasma
  ];
}