ooknet/modules/home/workstation/hyprland/settings/default.nix
ooks-io 0873f56c28 hyprland: workspace/rules module init
still some work too be done, the regex types are cursed.
2025-01-15 23:03:36 +11:00

14 lines
194 B
Nix

{
imports = [
./misc.nix
./exec.nix
./input.nix
./binds.nix
./rules.nix
./monitor.nix
./gestures.nix
./appearance.nix
./workspaces.nix
./options
];
}