nixdots/modules/home-manager/cli/default.nix
2026-01-10 18:00:49 +03:00

6 lines
66 B
Nix

{lib, ...}: {
imports = [
./yazi.nix
./shell.nix
];
}