refactor: modularize 'nvim' for home manager hosts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ inputs, ... }:
|
||||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
home.packages = [
|
||||
inputs.nvim.packages.${builtins.currentSystem}.nvim
|
||||
inputs.nvim.packages.${pkgs.system}.nvim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user