add extra packages

This commit is contained in:
Osman Faruk Bayram 2025-03-07 03:50:33 +03:00
parent 2a8094b5e0
commit 637601d75d

View file

@ -1,4 +1,4 @@
_:
{pkgs, ...}:
{
imports = [ ./config ./plugins ];
@ -19,5 +19,13 @@ _:
# Sync system clipboard
register = "unnamedplus";
};
extraPackages = with pkgs; [
nixd
git
git-lfs
cloc
ripgrep
lazygit
];
};
}