7 lines
92 B
Nix
7 lines
92 B
Nix
{
|
|
home-manager.users.rafiq = {
|
|
programs.zoxide = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|