diff options
author | Alex Auvolat <alex@adnab.me> | 2023-05-23 17:22:03 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-05-23 17:22:11 +0200 |
commit | 8822dc3f1f8672ea7292d5dc6e8ba7ce15ff5a13 (patch) | |
tree | 8c29dac08d3531fc61a33a32b7117037158c33c7 /nixos | |
parent | d8d01951cd3b9b8ce9b1fa94d1c4cc608aba59d0 (diff) | |
download | user-config-8822dc3f1f8672ea7292d5dc6e8ba7ce15ff5a13.tar.gz user-config-8822dc3f1f8672ea7292d5dc6e8ba7ce15ff5a13.zip |
add programs
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 = [ |