13 lines
133 B
Nix
13 lines
133 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./yazi.nix
|
|
./shell.nix
|
|
./symlink.nix
|
|
./fastfetch.nix
|
|
./tmux.nix
|
|
];
|
|
}
|