diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-27 22:53:29 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-27 22:53:29 -0500 |
commit | 7b2986845fde19db57703dad1105359913486abd (patch) | |
tree | 01016d8ef8321c4d3e01518940b737e7ab5b87ea /nixos/.flake/home | |
parent | 2970f6f1216601ca729315ce10278c8ccd27597a (diff) |
install zip/unzip
Diffstat (limited to 'nixos/.flake/home')
-rw-r--r-- | nixos/.flake/home/programs/core.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/.flake/home/programs/core.org b/nixos/.flake/home/programs/core.org index 660b5d7..3bf0fab 100644 --- a/nixos/.flake/home/programs/core.org +++ b/nixos/.flake/home/programs/core.org @@ -39,6 +39,8 @@ This is the core of my program configuration. This file installs programs that d python3 swaybg texliveFull + unzip + zip ]; } #+end_src |