nix-config/home/niri/default.nix
2025-09-03 10:03:29 +02:00

6 lines
51 B
Nix

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