snowflake/modules/common.nix

12 lines
No EOL
134 B
Nix

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