add other packages

dev-docs
Moritz Böhme 2021-12-04 11:45:01 +01:00
parent 32d3022631
commit b2092cbf25
1 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,18 @@
{
imports = [ ./adb.nix ./direnv.nix ./git.nix ./nix.nix ./zsh.nix ];
home-manager.users.moritz = {
home.packages = with pkgs; [ p7zip ];
home.packages = with pkgs; [
# archives
p7zip
# file manager
ranger
trash-cli
# fetcher
neofetch
];
programs = {
exa.enable = true;
bat.enable = true;