diff options
-rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 8dc46b9..f38cf6c 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -36,6 +36,7 @@ | |||
36 | "libnotify" | 36 | "libnotify" |
37 | "fzf" | 37 | "fzf" |
38 | "waypipe" | 38 | "waypipe" |
39 | "gnunet" | ||
39 | "qrencode" | 40 | "qrencode" |
40 | "binutils" | 41 | "binutils" |
41 | "gcc-toolchain" | 42 | "gcc-toolchain" |
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index f5833e4..8a37125 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -30,6 +30,9 @@ | |||
30 | yt-dlp | 30 | yt-dlp |
31 | xdg-desktop-portal-hyprland | 31 | xdg-desktop-portal-hyprland |
32 | pass | 32 | pass |
33 | rustup | ||
34 | gcc | ||
35 | pkg-config | ||
33 | 36 | ||
34 | # # It is sometimes useful to fine-tune packages, for example, by applying | 37 | # # It is sometimes useful to fine-tune packages, for example, by applying |
35 | # # overrides. You can do that directly here, just don't forget the | 38 | # # overrides. You can do that directly here, just don't forget the |