mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 17:01:01 +00:00
4 lines
51 B
Nix
4 lines
51 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = [ pkgs.tea ];
|
|
}
|