nixdots/modules/home-manager/cli/default.nix
2026-05-09 21:13:38 +03:00

13 lines
133 B
Nix

{
lib,
pkgs,
...
}: {
imports = [
./yazi.nix
./shell.nix
./symlink.nix
./fastfetch.nix
./tmux.nix
];
}