56 current 2024-04-23 20:49:45 24.05.20240419.5c24cf2 6.6.28 *

This commit is contained in:
sadanslargehole 2024-04-23 20:49:49 -04:00
parent a1e2022971
commit e06d7a1ca0
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
2 changed files with 9 additions and 9 deletions

View file

@ -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" + "\n" + "source ${pkgs.zsh-syntax-highlighting}share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh";
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;};