diff options
| author | adikro <adikro@disroot.org> | 2026-06-17 00:28:00 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-06-17 00:28:00 +0200 |
| commit | 630da5d0639cada53e26a03f579df0a7bac3b17a (patch) | |
| tree | 73edd6ea30331d807413d548f9559d89acc38a82 /hm | |
| parent | ce7fb7ddd3267291a8d692cc6381dad606288aa5 (diff) | |
librewolf manual compilation issue
Diffstat (limited to 'hm')
| -rw-r--r-- | hm/soft/nixvim/nixvim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soft/nixvim/nixvim.nix b/hm/soft/nixvim/nixvim.nix index 6f689b3..8f36cdf 100644 --- a/hm/soft/nixvim/nixvim.nix +++ b/hm/soft/nixvim/nixvim.nix @@ -16,6 +16,7 @@ in programs.nixvim = { # diagnostics.virtual_text = false; enable = true; + nixpkgs.source = inputs.nixpkgs; vimAlias = true; defaultEditor = true; |
