Files
nixconfig/home/wayland/hyprland/default.nix
2023-05-25 00:54:22 +02:00

10 lines
107 B
Nix
Executable File

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