nix-config/lib/hyprland/default.nix
2025-12-04 18:08:06 +01:00

6 lines
76 B
Nix

{...}: {
imports = [
./standard-options.nix
./gestures.nix
];
}