nixos/modules/gui/niri.nix

9 lines
137 B
Nix

{ config, lib, pkgs, nixos-unstable, inputs, ... }:
{
programs.niri = {
enable = true;
# wrapperFeatures.gtk = true;
};}