11 lines
64 B
Nix
11 lines
64 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}:
|
|
|
|
{
|
|
home.packages = [ ];
|
|
}
|