changes to shell home packages
This commit is contained in:
parent
ccfa6206a0
commit
c72f8946c3
1 changed files with 23 additions and 0 deletions
23
home/ooks/modules/feature/shell/default.nix
Normal file
23
home/ooks/modules/feature/shell/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./bat.nix
|
||||
./git.nix
|
||||
./bash.nix
|
||||
./fish.nix
|
||||
./pfetch.nix
|
||||
./starship.nix
|
||||
./joshuto
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
bc # Calculator
|
||||
ncdu # disk util
|
||||
exa # ls
|
||||
fd # find
|
||||
ripgrep # Better grep
|
||||
httpie # Better curl
|
||||
diffsitter # Better diff
|
||||
jq # JSON pretty printer and manipulator
|
||||
nix-inspect # See which pkgs are in your PATH
|
||||
comma # Install and run with ","
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue