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

11 lines
125 B
Nix
Raw Normal View History

2023-02-03 09:16:09 -05:00
{
2023-02-04 12:46:21 -05:00
default,
2023-02-07 20:06:28 -05:00
pkgs,
2023-02-03 09:16:09 -05:00
...
}: {
imports = [./config.nix];
2023-02-05 09:06:16 -05:00
wayland.windowManager.hyprland = {
enable = true;
};
2023-02-03 09:16:09 -05:00
}