Some checks failed
Nix Format Check / check-format (push) Failing after 45s
5 lines
71 B
Nix
5 lines
71 B
Nix
{ pkgs-unstable, ... }:
|
|
{
|
|
home.packages = with pkgs-unstable; [ ];
|
|
}
|