snowflake/home/default.nix

14 lines
No EOL
125 B
Nix

{
default,
...
}: {
imports = [
./nushell
./starship
./helix
./git
./lazygit
./zellij
];
}