nixconfig/home/cli/default.nix

21 lines
189 B
Nix
Raw Normal View History

2023-04-12 20:32:07 +02:00
{
pkgs,
...
}: {
imports = [
./git
./neofetch
./starship
./zsh
./helix
];
home.packages = with pkgs; [
sudo
ripgrep
bat
croc
socat
];
}