snowflake/home/default.nix
2023-05-12 03:22:13 -04:00

20 lines
222 B
Nix

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