7 lines
97 B
Nix
7 lines
97 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
# just enable and install niri
|
|
programs.niri.enable = true;
|
|
}
|