zsh additions + qol changes (#1)
* flake changes * hm enable by default, omp home-manager * zsh plugins
This commit is contained in:
@@ -6,8 +6,9 @@
|
||||
|
||||
programs = {
|
||||
git = import ./git.nix;
|
||||
zsh = import ./zsh.nix;
|
||||
zsh = import ./zsh.nix { inherit pkgs; };
|
||||
tmux = import ./tmux.nix { inherit pkgs; };
|
||||
oh-my-posh = import ./omp.nix;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user