10 lines
No EOL
118 B
Nix
10 lines
No EOL
118 B
Nix
{
|
|
inputs,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [./config.nix];
|
|
|
|
wayland.windowManager.hyprland.enable = true;
|
|
} |