home/xin: add modern unix tools and alias
This commit is contained in:
parent
dacd22b7d2
commit
2f31395fb3
4 changed files with 31 additions and 7 deletions
|
@ -5,13 +5,12 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [ ];
|
||||
imports = [
|
||||
./modern-unix.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
dig
|
||||
du-dust # du + rust
|
||||
zoxide # autojumper
|
||||
ripgrep
|
||||
file
|
||||
man-pages
|
||||
unar
|
||||
|
@ -19,7 +18,6 @@
|
|||
wget
|
||||
tmux
|
||||
ffmpeg
|
||||
tealdeer
|
||||
rclone
|
||||
wl-clipboard
|
||||
|
||||
|
|
17
home/xin/common/modern-unix.nix
Normal file
17
home/xin/common/modern-unix.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
httpie
|
||||
curlie
|
||||
bat
|
||||
htop
|
||||
procs
|
||||
rust-parallel
|
||||
jq
|
||||
fd
|
||||
du-dust # du + rust
|
||||
zoxide # autojumper
|
||||
ripgrep
|
||||
tealdeer
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue