snowflake/modules/common.nix
2023-03-01 03:47:59 -05:00

13 lines
137 B
Nix

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