465 current 2024-04-24 11:01:59 24.05.20240423.0a0027c 6.8.6-zen1 *
This commit is contained in:
parent
ffcdba9b23
commit
ca777e680a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
inputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
nvimDir = "/home/zack/nixos/modules/home-manager/vim";
|
nvimDir = "${inputs.self}/modules/home-manager/vim";
|
||||||
in {
|
in {
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue