snowflake/home/default.nix

19 lines
186 B
Nix

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