11 lines
No EOL
125 B
Nix
11 lines
No EOL
125 B
Nix
{
|
|
default,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [./config.nix];
|
|
|
|
wayland.windowManager.hyprland = {
|
|
enable = true;
|
|
};
|
|
} |