2023-05-20 23:57:19 +02:00

10 lines
107 B
Nix

{
...
}: {
imports = [./config.nix];
wayland.windowManager.hyprland = {
enable = true;
};
}