Reformat
This commit is contained in:
parent
ac3825e6f9
commit
29fd118635
22 changed files with 424 additions and 424 deletions
|
@ -3,9 +3,7 @@
|
|||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
# Rust rewrites of cli stuff
|
||||
fd
|
||||
|
@ -41,7 +39,10 @@
|
|||
aggressiveResize = true;
|
||||
keyMode = "vi";
|
||||
shortcut = "x";
|
||||
terminal = if pkgs.stdenv.isLinux then "tmux-256color" else "screen-256color";
|
||||
terminal =
|
||||
if pkgs.stdenv.isLinux
|
||||
then "tmux-256color"
|
||||
else "screen-256color";
|
||||
escapeTime = 100;
|
||||
plugins = with pkgs; [
|
||||
tmuxPlugins.cpu
|
||||
|
@ -56,5 +57,4 @@
|
|||
};
|
||||
programs.btop.enable = true;
|
||||
programs.jq.enable = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue