6 lines
122 B
Nix
6 lines
122 B
Nix
|
{
|
||
|
common = import ./common.nix;
|
||
|
hyprland = import ./hyprland.nix;
|
||
|
hyprland-greetd = import ./hyprland-greetd.nix;
|
||
|
}
|