refactor: move zoxide to the zsh module
This commit is contained in:
parent
05531ae666
commit
aaeabb1f3f
@ -41,10 +41,6 @@
|
|||||||
package = pkgs.jdk21;
|
package = pkgs.jdk21;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Bun Git config
|
# Bun Git config
|
||||||
programs.git = {
|
programs.git = {
|
||||||
attributes = [
|
attributes = [
|
||||||
|
@ -43,4 +43,8 @@
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user