2022-12-30 12:05:46 +00:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./bat.nix
|
|
|
|
./fish.nix
|
|
|
|
./neofetch.nix
|
|
|
|
./starship.nix
|
2022-12-31 12:07:15 +00:00
|
|
|
./tmux.nix
|
2022-12-30 12:05:46 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
autojump
|
|
|
|
bc
|
2023-01-24 18:19:28 +00:00
|
|
|
busybox
|
2022-12-30 12:05:46 +00:00
|
|
|
comma
|
2023-01-09 15:03:01 +00:00
|
|
|
direnv
|
2022-12-30 12:05:46 +00:00
|
|
|
exa
|
|
|
|
fd
|
|
|
|
httpie
|
|
|
|
jq
|
|
|
|
nixfmt
|
|
|
|
procs
|
|
|
|
progress
|
|
|
|
ripgrep
|
|
|
|
tldr
|
|
|
|
trash-cli
|
|
|
|
tree
|
|
|
|
];
|
|
|
|
}
|