refactor: move nvf into home-editor.nix
This commit is contained in:
parent
e727f25804
commit
e7202295aa
1 changed files with 7 additions and 0 deletions
7
modules/home-editor.nix
Normal file
7
modules/home-editor.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{self, pkgs, ...}:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
self.packages.${pkgs.stdenv.system}.nvf
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue