move exa and bat

dev-docs
Moritz Böhme 2021-12-04 11:44:01 +01:00
parent 0b1b320276
commit 722d052811
2 changed files with 7 additions and 4 deletions

View File

@ -2,5 +2,11 @@
{ {
imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ]; imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ];
home-manager.users.moritz.home.packages = with pkgs; [ p7zip ]; home-manager.users.moritz = {
home.packages = with pkgs; [ p7zip ];
programs = {
exa.enable = true;
bat.enable = true;
};
};
} }

View File

@ -32,13 +32,10 @@
src = inputs.forgit-git; src = inputs.forgit-git;
}]; }];
}; };
exa.enable = true;
bat.enable = true;
fzf = { fzf = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
starship = { starship = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;