nixos-config/modules/home-manager/ricing/hyprland/default.nix
2024-07-11 22:34:08 +09:00

7 lines
90 B
Nix

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