nixdots/modules/home-manager/cli/default.nix
2026-02-28 18:16:24 +03:00

11 lines
160 B
Nix

{lib, ...}: {
options = {
tulg.shell.enable = lib.mkEnableOption "shellshit";
};
imports = [
./yazi.nix
./shell.nix
./clipkgs.nix
];
}