Files
shed/modules/home/environment/hyprland/default.nix
2024-10-31 22:33:10 -04:00

10 lines
107 B
Nix

{
inputs,
host,
...
}: {
imports =
[(import ./hyprland.nix)]
++ [(import ./config.nix)];
}