2026-05-30 22:43:42 +02:00

9 lines
63 B
Nix

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