15 lines
263 B
Nix
15 lines
263 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hypridle.nix
|
|
./hyprland.nix
|
|
./hyprland-bindings.nix
|
|
./hyprland-execution.nix
|
|
./hyprland-general.nix
|
|
./hyprland-graphics.nix
|
|
./hyprland-input.nix
|
|
./hyprland-window_rules.nix
|
|
./hyprlock.nix
|
|
];
|
|
}
|