snowflake/home/default.nix

19 lines
210 B
Nix

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