nixconfig/home/cli/default.nix
2023-10-12 16:16:29 +02:00

21 lines
189 B
Nix
Executable File

{
pkgs,
...
}: {
imports = [
./git
./neofetch
./starship
./zsh
./helix
];
home.packages = with pkgs; [
sudo
ripgrep
bat
croc
socat
];
}