snowflake/home/default.nix
2023-04-05 15:54:00 -04:00

19 lines
No EOL
188 B
Nix

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