WIP
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{ pkgs, ... }: {
|
||||
{ pkgs , ... }: {
|
||||
|
||||
home.packages = [
|
||||
pkgs.zoxide
|
||||
pkgs.oh-my-posh
|
||||
];
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableZshIntegration = true;
|
||||
programs.zoxide.options = [];
|
||||
|
||||
programs.oh-my-posh.enable = true;
|
||||
home.file.".config/oh-my-posh/config.omp.json" = {
|
||||
source = /home/biscuit/Nixos/packages/zoxide/config.omp.json;
|
||||
force = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user