dotfiles-nix/modules/programs/hypr/default.nix

11 lines
100 B
Nix
Raw Normal View History

2025-01-21 02:43:35 +00:00
{ ... }:
{
imports = [
./hypridle.nix
./hyprland.nix
./hyprlock.nix
./hyprpaper.nix
];
}