move exa and bat
parent
0b1b320276
commit
722d052811
|
@ -2,5 +2,11 @@
|
|||
|
||||
{
|
||||
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,13 +32,10 @@
|
|||
src = inputs.forgit-git;
|
||||
}];
|
||||
};
|
||||
exa.enable = true;
|
||||
bat.enable = true;
|
||||
fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
starship = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
Loading…
Reference in New Issue