mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
138 current 2024-05-23 15:41:16 24.05.20240419.5c24cf2 6.8.6-zen1 *
This commit is contained in:
parent
73bc8ecab6
commit
4a4f567f18
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,8 @@ in
|
|||
programs.zsh.enable = true;
|
||||
programs.zsh.oh-my-zsh.enable = true;
|
||||
programs.zsh.initExtra = builtins.trace _z1 _z1;
|
||||
programs.java.enable = true;
|
||||
programs.java.package = pkgs.temurin-bin-17;
|
||||
programs.java.enable = true;
|
||||
programs.java.package = pkgs.temurin-bin-17;
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableZshIntegration = true;
|
||||
|
||||
|
@ -48,6 +48,7 @@ in
|
|||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs;[
|
||||
jetbrains.pycharm-community
|
||||
jetbrains.idea-community-bin
|
||||
tailscale
|
||||
clang
|
||||
|
|
Loading…
Reference in a new issue