add other packages
parent
32d3022631
commit
b2092cbf25
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue