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