mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 04:07:00 -04:00
72 current 2024-04-24 19:39:03 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
0a845cea68
commit
428d877b00
3 changed files with 49 additions and 2 deletions
|
@ -8,6 +8,8 @@
|
|||
# }; in
|
||||
{
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.oh-my-zsh.enable = true;
|
||||
programs.zsh.initExtra = "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.allowUnfreePredicate = (pkg: true);
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# nixpkg.config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue