Files
parana/modules/hyprland/default.nix
2026-07-10 20:07:29 -04:00

11 lines
135 B
Nix

{ inputs, ... }:
{
imports = [
./hyprland.nix
./hyprlock.nix
# ./hypridle.nix
./config.nix
./pyprland.nix
];
}