Remove debug info, move bat and eza to home
This commit is contained in:
parent
69998a47a0
commit
632f2f8115
|
@ -1,4 +1,4 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = "set -g -x GPG_TTY (tty)";
|
interactiveShellInit = "set -g -x GPG_TTY (tty)";
|
||||||
|
@ -9,4 +9,5 @@
|
||||||
nix-fish = "nix-shell --command fish";
|
nix-fish = "nix-shell --command fish";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = with pkgs; [ bat eza ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,10 +72,6 @@
|
||||||
xxd
|
xxd
|
||||||
zip
|
zip
|
||||||
|
|
||||||
# Coreutils replacements
|
|
||||||
bat
|
|
||||||
eza
|
|
||||||
|
|
||||||
# Networking
|
# Networking
|
||||||
curlFull
|
curlFull
|
||||||
iw
|
iw
|
||||||
|
|
|
@ -21,7 +21,6 @@
|
||||||
variables.EDITOR = "nvim";
|
variables.EDITOR = "nvim";
|
||||||
variables.VISUAL = "nvim";
|
variables.VISUAL = "nvim";
|
||||||
variables.TERMINAL = "kitty";
|
variables.TERMINAL = "kitty";
|
||||||
enableDebugInfo = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nixvim = import ./nvim.nix args // { enable = true; };
|
programs.nixvim = import ./nvim.nix args // { enable = true; };
|
||||||
|
|
Loading…
Reference in a new issue