nixos/modules/home-manager/hyprland.nix
2024-11-27 15:37:10 -05:00

10 lines
94 B
Nix

{
pkgs,
config,
...
}: {
wayland.windowManager.hyprland = {
enable = true;
};
}