snowflake/home/default.nix

13 lines
112 B
Nix
Raw Normal View History

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