some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
8
home/profiles/editors/nvim.nix
Normal file
8
home/profiles/editors/nvim.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [inputs.nvim-nix.packages.${pkgs.system}.default];
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue