19 lines
No EOL
188 B
Nix
19 lines
No EOL
188 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./neofetch
|
|
./nushell
|
|
./starship
|
|
./helix
|
|
./git
|
|
./lazygit
|
|
./zoxide
|
|
];
|
|
|
|
home.packages = with pkgs; [
|
|
bat
|
|
croc
|
|
];
|
|
} |