h
This commit is contained in:
parent
47c44371e6
commit
7e3533b77e
16 changed files with 234 additions and 131 deletions
12
modules/development/openssl.nix
Normal file
12
modules/development/openssl.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
openssl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue