16 lines
168 B
Nix
16 lines
168 B
Nix
{
|
|
pkgs,
|
|
scope,
|
|
getPkgs,
|
|
...
|
|
}:
|
|
scope "home.packages"
|
|
<| getPkgs {
|
|
inherit (pkgs)
|
|
libreoffice
|
|
thunderbird
|
|
obsidian
|
|
foliate
|
|
zathura
|
|
;
|
|
}
|