Remove debug info, move bat and eza to home

This commit is contained in:
Artemis Tosini 2023-11-29 02:06:27 +00:00
parent 69998a47a0
commit 632f2f8115
Signed by: artemist
GPG key ID: EE5227935FE3FF18
3 changed files with 2 additions and 6 deletions

View file

@ -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 ];
}

View file

@ -72,10 +72,6 @@
xxd
zip
# Coreutils replacements
bat
eza
# Networking
curlFull
iw

View file

@ -21,7 +21,6 @@
variables.EDITOR = "nvim";
variables.VISUAL = "nvim";
variables.TERMINAL = "kitty";
enableDebugInfo = true;
};
programs.nixvim = import ./nvim.nix args // { enable = true; };