migrate eza to home-manager programs config
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -67,7 +67,6 @@
|
||||
gitoxide
|
||||
tealdeer
|
||||
helix
|
||||
eza
|
||||
|
||||
# nix specific packages
|
||||
nil
|
||||
@ -109,16 +108,24 @@
|
||||
programs = {
|
||||
|
||||
starship.enable = true;
|
||||
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
eza = {
|
||||
enable = true;
|
||||
icons = true;
|
||||
git = true;
|
||||
};
|
||||
|
||||
neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
Reference in New Issue
Block a user