video3
This commit is contained in:
31
home/features/cli/default.nix
Normal file
31
home/features/cli/default.nix
Normal file
@@ -0,0 +1,31 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./fish.nix
|
||||
];
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableBashIntegration = true;
|
||||
extraOptions = ["-l" "--icons" "--git" "-a"];
|
||||
};
|
||||
|
||||
programs.bat = {enable = true;};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
coreutils
|
||||
fd
|
||||
htop
|
||||
httpie
|
||||
jq
|
||||
procs
|
||||
ripgrep
|
||||
tldr
|
||||
zip
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user