nix-config/home/niri/default.nix
2025-04-01 13:17:51 +02:00

7 lines
73 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
niri
];
}