snowflake/modules/common.nix
2023-02-27 05:46:22 -05:00

11 lines
No EOL
114 B
Nix

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