7 lines
93 B
Nix
7 lines
93 B
Nix
{self, pkgs, ...}:
|
|
|
|
{
|
|
home.packages = [
|
|
self.packages.${pkgs.stdenv.system}.nvf
|
|
];
|
|
}
|