snowflake/modules/common.nix

12 lines
134 B
Nix
Raw Normal View History

2023-02-27 05:46:22 -05:00
{
2023-02-27 06:00:37 -05:00
default,
2023-02-27 05:46:22 -05:00
...
}: {
imports = [
./home/nushell
./home/starship
2023-02-27 06:00:37 -05:00
./home/helix
2023-02-27 05:46:22 -05:00
./home/git
./home/lazygit
];
}