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