snowflake/home/wayland/hyprland/default.nix

11 lines
163 B
Nix

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