diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-06 22:33:10 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-06 22:33:10 -0500 |
commit | 5f61a09641c97e746947e90bfb4c71b6e7dc5d85 (patch) | |
tree | 206d7cd6bf06af2577812bc0f0f6b96624630421 /home-config | |
parent | bf8ccc69c6acab2b0b1ba72fcdc01e0495a97a6a (diff) |
added tools for wallpaper gif conversions
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 9dd47a2..4be743c 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -37,6 +37,7 @@ | |||
37 | "fzf" | 37 | "fzf" |
38 | "waypipe" | 38 | "waypipe" |
39 | "gnunet" | 39 | "gnunet" |
40 | "ffmpeg" | ||
40 | "qrencode" | 41 | "qrencode" |
41 | "binutils" | 42 | "binutils" |
42 | "gcc-toolchain" | 43 | "gcc-toolchain" |
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index c6aed16..9380dcd 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -37,6 +37,7 @@ | |||
37 | swww | 37 | swww |
38 | hyprpicker | 38 | hyprpicker |
39 | wl-clip-persist | 39 | wl-clip-persist |
40 | gifski | ||
40 | 41 | ||
41 | # # It is sometimes useful to fine-tune packages, for example, by applying | 42 | # # It is sometimes useful to fine-tune packages, for example, by applying |
42 | # # overrides. You can do that directly here, just don't forget the | 43 | # # overrides. You can do that directly here, just don't forget the |