diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/common.nix b/nixos/common.nix index 9f3abbe..829d256 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -134,6 +134,7 @@ in git-lfs pass openssl + pkg-config htop i7z powertop @@ -165,6 +166,7 @@ in ffmpeg gnupg dig + inetutils file alacritty @@ -188,6 +190,7 @@ in nicotine-plus gnome.seahorse gqrx + qgis (st.overrideAttrs (oldAttrs: rec { patches = [ |