snowflake/modules/common.nix

11 lines
114 B
Nix
Raw Normal View History

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