nixos-config/modules/system/niri.nix

7 lines
97 B
Nix

{ pkgs, ... }:
{
programs.niri = {
enable = true;
package = pkgs.niri-unstable;
};
}