diff options
Diffstat (limited to '')
-rw-r--r-- | home/config/zsh/zshrc | 1 | ||||
-rw-r--r-- | home/home.scm | 3 | ||||
-rw-r--r-- | home/nix/home.nix | 5 |
3 files changed, 4 insertions, 5 deletions
diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc index 733fc51..5c38bbc 100644 --- a/home/config/zsh/zshrc +++ b/home/config/zsh/zshrc @@ -16,6 +16,7 @@ fi PATH=$PATH:$HOME/.cargo/bin PATH=$PATH:/var/lib/flatpak/exports/bin +DOCKER_HOME="$HOME/.docker" # vim mode >:) # no ryan i am not copying you diff --git a/home/home.scm b/home/home.scm index 030d2f8..a69bbf0 100644 --- a/home/home.scm +++ b/home/home.scm @@ -95,6 +95,9 @@ "python-pynvim" "git" "openssl" + "openjdk" + "perl-image-exiftool" + "imagemagick" ; langs "gcc-toolchain" diff --git a/home/nix/home.nix b/home/nix/home.nix index e897caf..1971e58 100644 --- a/home/nix/home.nix +++ b/home/nix/home.nix @@ -19,11 +19,6 @@ starship discord thunderbird - - # devlopment - rustup - gcc - openssl ]; }; |