add extra packages
This commit is contained in:
parent
2a8094b5e0
commit
637601d75d
1 changed files with 9 additions and 1 deletions
10
default.nix
10
default.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue