snowflake/home/default.nix
2023-04-14 23:19:31 -04:00

20 lines
201 B
Nix

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