snowflake/modules/home/wayland/hyprland/default.nix

10 lines
118 B
Nix
Raw Normal View History

2023-02-03 09:16:09 -05:00
{
inputs,
lib,
pkgs,
...
}: {
imports = [./config.nix];
wayland.windowManager.hyprland.enable = true;
}