refactor: move nvf into home-editor.nix

This commit is contained in:
Mohammad Rafiq 2025-02-28 05:28:14 +08:00
parent e727f25804
commit e7202295aa

7
modules/home-editor.nix Normal file
View file

@ -0,0 +1,7 @@
{self, pkgs, ...}:
{
home.packages = [
self.packages.${pkgs.stdenv.system}.nvf
];
}