forked from fabian/nix
home: add fzf and other modern versions of classic commands
This commit is contained in:
parent
f9a6d798ea
commit
4d3b5f40af
2 changed files with 10 additions and 0 deletions
|
@ -21,19 +21,23 @@ in {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
calc
|
calc
|
||||||
dysk
|
dysk
|
||||||
|
fd
|
||||||
file
|
file
|
||||||
|
fzf
|
||||||
gcc
|
gcc
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
man-pages
|
man-pages
|
||||||
man-pages-posix
|
man-pages-posix
|
||||||
pv
|
pv
|
||||||
|
ripgrep
|
||||||
tree
|
tree
|
||||||
units
|
units
|
||||||
unzip
|
unzip
|
||||||
vim
|
vim
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zip
|
zip
|
||||||
|
zoxide
|
||||||
];
|
];
|
||||||
keyboard = {
|
keyboard = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
|
|
|
@ -107,6 +107,12 @@ in {
|
||||||
set -g status-justify left
|
set -g status-justify left
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fzf = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
tmux.enableShellIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
home = {
|
home = {
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue