nix/modules/wm/default.nix
2024-10-04 16:16:47 +02:00

11 lines
97 B
Nix

{
imports = [
./hyprland
./hypridle
./ags
./theme
./clip
./misc
];
}