Operand

wide flied risc.

gram: nux

> ./module/niri.nix


{ lib, pkgs, edge, ... } @ sources: {
  programs.niri.enable = true;

  environment.sessionVariables = {
    WLR_NO_HARDWARE_CURSORS = "1";
    NIXOS_OZONE_WL = "1";
    XDG_SESSION_TYPE = "wayland";
    XCURSOR_SIZE = "48";
    QT_QPA_PLATFORM="wayland;xcb";
  };

  # xdg.portal = { enable = true; wlr.enable = true; extraPortals = with pkgs; [
    # xdg-desktop-portal-gtk
    # xdg-desktop-portal-hyprland
  # ]; };
}