Added niri option

This commit is contained in:
Alexandre 2026-05-30 22:43:34 +02:00
parent 43daa2b988
commit c8a3e1c3d6

View File

@ -1,4 +1,8 @@
{pkgs, ...}:
{
programs.niri = {
enable = true;
};
}