home: add some packages
This commit is contained in:
parent
94950d3360
commit
b54f0e87a1
|
@ -5,6 +5,7 @@
|
|||
./documentation.nix
|
||||
./git
|
||||
./jq.nix
|
||||
./packages.nix
|
||||
./pager.nix
|
||||
./zsh
|
||||
];
|
||||
|
|
7
home/packages.nix
Normal file
7
home/packages.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gitAndTools.tig
|
||||
rr
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue