Compare commits
2 Commits
b4c22627cc
...
6c28579be9
Author | SHA1 | Date | |
---|---|---|---|
|
6c28579be9 | ||
|
2c76a17ef4 |
@ -83,6 +83,7 @@ in
|
||||
newsboat
|
||||
pavucontrol
|
||||
playerctl
|
||||
rustup
|
||||
tor-browser
|
||||
transmission_4-gtk
|
||||
tuba
|
||||
|
@ -121,6 +121,10 @@
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.variables = {
|
||||
PKG_CONFIG_PATH = "/run/current-system/sw/lib/pkgconfig";
|
||||
OPENSSL_DIR = "/run/current-system/sw/lib";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssl
|
||||
cargo
|
||||
|
Loading…
x
Reference in New Issue
Block a user