move exa and bat
parent
0b1b320276
commit
722d052811
|
@ -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;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue