nixconfig/home/cli/default.nix
2023-06-13 11:02:34 +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
];
}