10 lines
107 B
Nix
10 lines
107 B
Nix
|
{
|
||
|
...
|
||
|
}: {
|
||
|
imports = [./config.nix];
|
||
|
|
||
|
wayland.windowManager.hyprland = {
|
||
|
enable = true;
|
||
|
};
|
||
|
|
||
|
}
|