19 lines
222 B
Nix
19 lines
222 B
Nix
{pkgs, ...}: {
|
|
imports = [
|
|
./neofetch
|
|
./nushell
|
|
./starship
|
|
./helix
|
|
./git
|
|
./lazygit
|
|
./zoxide
|
|
./direnv
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
bat
|
|
croc
|
|
lazydocker
|
|
yt-dlp
|
|
];
|
|
}
|