diff options
-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 |