11 lines
No EOL
114 B
Nix
11 lines
No EOL
114 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./home/nushell
|
|
./home/starship
|
|
./home/git
|
|
./home/lazygit
|
|
];
|
|
} |