home: add some packages
This commit is contained in:
parent
94950d3360
commit
b54f0e87a1
2 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
./documentation.nix
|
./documentation.nix
|
||||||
./git
|
./git
|
||||||
./jq.nix
|
./jq.nix
|
||||||
|
./packages.nix
|
||||||
./pager.nix
|
./pager.nix
|
||||||
./zsh
|
./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…
Add table
Add a link
Reference in a new issue