Files

8 lines
111 B
Nix

{lib, ...}: {
imports = [
./hyprland.nix
./hypridle.nix
./hyprlock.nix
./hyprpaper.nix
];
}