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

9 lines
71 B
Nix
Raw Normal View History

2024-11-12 18:03:28 -05:00
{ ... }:
{
imports = [
./sway
./swaylock
./waybar
];
}