nixconf/home-manager/niri.nix
2025-07-11 17:28:40 +01:00

6 lines
60 B
Nix

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