refactor(homeModules/cli): move zsh config to module

This commit is contained in:
Mohammad Rafiq 2025-05-20 11:43:16 +08:00
parent 991a10ca18
commit 97e4bf372b
No known key found for this signature in database
4 changed files with 5 additions and 8 deletions

View file

@ -2,10 +2,10 @@
{
imports = [
./cli.nix
./desktop.nix
];
cli.shell = "zsh";
cli.editor = "nvf";
cli.file-browser = "yazi";
cli.git.name = "Mohammad Rafiq";