snowflake/home/default.nix

13 lines
No EOL
112 B
Nix

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