2023-05-17 20:02:09 +02:00

10 lines
107 B
Nix

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