nixos-config/modules/home/wms/default.nix

8 lines
73 B
Nix

{ ... }:
{
imports = [
./hyprland
./programs
./sway
];
}