11 lines
88 B
Nix

{
pkgs,
config,
lib,
...
}: {
home.packages = with pkgs; [
ncurses
];
}