nixos-config/modules/home/wms/default.nix
2024-12-08 06:41:06 -05:00

9 lines
84 B
Nix

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