pantheon/users/modules/editor.nix

7 lines
93 B
Nix

{self, pkgs, ...}:
{
home.packages = [
self.packages.${pkgs.stdenv.system}.nvf
];
}