3 lines
84 B
Nix
3 lines
84 B
Nix
{ lib, config, ... }: lib.mkIf (config.withNiri) {
|
|
programs.niri.enable = true;
|
|
}
|