dotnix/modules/home/hyprland/default.nix
2025-03-29 19:05:05 +01:00

13 lines
213 B
Nix

{ imports, host, ... }:
let
inherit (import ../../../hosts/${host}/variables.nix) animChoice;
in
{
imports = [
animChoice
./binds.nix
./hyprland.nix
./hyprlock.nix
./windowrules.nix
];
}