diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-21 17:08:39 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-21 17:08:39 -0400 |
| commit | fe9be57c7b39e9fe96342dbc846fc373f475ce14 (patch) | |
| tree | 38081b885f8f3cd8ba34dbd1a00cc052ad73d2ba | |
| parent | 52fc10ce2ac8c557ba48c3121a332ac596ea8863 (diff) | |
gnunet and rust
| -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 |
