mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-20 19:27:03 -04:00
6 current 2024-05-27 21:21:06 24.11.20240524.bfb7a88 Unknown *
This commit is contained in:
parent
7afd6626c4
commit
d7c8daf0e4
6 changed files with 8 additions and 3 deletions
|
@ -4,7 +4,7 @@ let
|
|||
files = import ../../common/files.nix { inherit config; };
|
||||
shell = import ../../common/shell.nix { inherit config pkgs; };
|
||||
p = import ../../common/pkgs.nix { inherit pkgs config; };
|
||||
_p1 = p.dev ++ p.general ++ p.scripts;
|
||||
_p1 = p.dev ++ p.general ++ p.scripts ++ p.wsl;
|
||||
zshInitArgs = [
|
||||
"source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme"
|
||||
"source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue