zaneyos/modules/home/hyprland/default.nix

10 lines
106 B
Nix

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