mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-10 22:43:03 -04:00
55 current 2024-04-23 20:47:48 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
c8a554f465
commit
a1e2022971
2 changed files with 10 additions and 22 deletions
|
@ -78,7 +78,7 @@ services.xserver = {
|
|||
};
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.ohMyZsh.enable = true;
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme" + "\n" + "source ${pkgs.zsh-syntax-highlighting}share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue