diff --git a/configuration.nix b/configuration.nix index a12f896..1724d84 100644 --- a/configuration.nix +++ b/configuration.nix @@ -104,6 +104,7 @@ in pkgs.libGL pkgs.glfw pkgs.pulseaudio + pkgs.libgit2 ]; }; diff --git a/modules/home/fish.nix b/modules/home/fish.nix index c616799..00a9383 100644 --- a/modules/home/fish.nix +++ b/modules/home/fish.nix @@ -5,6 +5,7 @@ set -gx EDITOR nvim set -gx PNPM_HOME $HOME/.local/share/pnpm fish_add_path $PNPM_HOME + fish_add_path $HOME/.local/bin set -gx OPENSSL_DIR ${pkgs.openssl.dev}; set -gx KUBECONFIG $HOME/.kube/config; set -gx OPENSSL_LIB_DIR ${pkgs.openssl.out}/lib; diff --git a/modules/ld.nix b/modules/ld.nix index 747e013..16e6583 100644 --- a/modules/ld.nix +++ b/modules/ld.nix @@ -2,6 +2,7 @@ with pkgs; [ alsa-lib + libgit2 at-spi2-atk at-spi2-core libz diff --git a/pkgs/tools.nix b/pkgs/tools.nix index 64caf0a..bc43992 100644 --- a/pkgs/tools.nix +++ b/pkgs/tools.nix @@ -6,7 +6,9 @@ with pkgs; [ zathura google-chrome speed-cloudflare-cli + gqrx libreoffice + act waybar hyprsome gns3-gui diff --git a/pkgs/util.nix b/pkgs/util.nix index 2b9ecf5..d3b861f 100644 --- a/pkgs/util.nix +++ b/pkgs/util.nix @@ -55,5 +55,6 @@ with pkgs; [ bridge-utils cudaPackages.cudatoolkit - + airspy + airspyhf ]