my-nixos-config/nixos/modules/hypr/bundle.nix
2025-11-11 16:09:55 +01:00

6 lines
61 B
Nix

{
imports = [
./hyprland.nix
./hyprlock.nix
];
}