10 lines
111 B
Nix
10 lines
111 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./git
|
|
./ricing/catppuccin
|
|
./shell
|
|
./vscode
|
|
];
|
|
} |