Add nixfmt and pwgen
This commit is contained in:
10
modules/optionnals/packages.nix
Normal file
10
modules/optionnals/packages.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.pwgen
|
||||
];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user