local.packages convenience option

This commit is contained in:
Gerg-L 2025-01-13 13:23:44 -05:00
parent 4ecebe8210
commit 99f42f5841
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 109 additions and 106 deletions

View file

@ -3,11 +3,11 @@
pkgs,
}:
{
local.packages = {
inherit (pkgs) eza fzf;
inherit (fetch-rs.packages) fetch-rs;
};
environment = {
systemPackages = builtins.attrValues {
inherit (pkgs) eza fzf;
inherit (fetch-rs.packages) fetch-rs;
};
variables = {
EDITOR = "nvim";
VISUAL = "nvim";