mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-18 18:27:00 -04:00
56 current 2024-04-23 20:49:45 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
a1e2022971
commit
e06d7a1ca0
2 changed files with 9 additions and 9 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" + "\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;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue