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 = {
|
||||
enable = true;
|
||||
interactiveShellInit = "set -g -x GPG_TTY (tty)";
|
||||
|
@ -9,4 +9,5 @@
|
|||
nix-fish = "nix-shell --command fish";
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [ bat eza ];
|
||||
}
|
||||
|
|
|
@ -72,10 +72,6 @@
|
|||
xxd
|
||||
zip
|
||||
|
||||
# Coreutils replacements
|
||||
bat
|
||||
eza
|
||||
|
||||
# Networking
|
||||
curlFull
|
||||
iw
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
variables.EDITOR = "nvim";
|
||||
variables.VISUAL = "nvim";
|
||||
variables.TERMINAL = "kitty";
|
||||
enableDebugInfo = true;
|
||||
};
|
||||
|
||||
programs.nixvim = import ./nvim.nix args // { enable = true; };
|
||||
|
|
Loading…
Reference in a new issue