diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-09 15:36:56 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-09 15:36:56 -0500 |
commit | 131ba517234e679e6517cd718741c6aaadacec49 (patch) | |
tree | 631ee7fb3a405651d6624db8fa6eacdf594b0b50 /home | |
parent | use newer blueman (diff) | |
download | dotfiles-guix-131ba517234e679e6517cd718741c6aaadacec49.tar.gz dotfiles-guix-131ba517234e679e6517cd718741c6aaadacec49.tar.bz2 dotfiles-guix-131ba517234e679e6517cd718741c6aaadacec49.zip |
add some dev packages, clean up some things
Diffstat (limited to 'home')
-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 ]; }; |