Skip to content

Commit 6f07aab

Browse files
committed
Neovim config
1 parent 9d1dba8 commit 6f07aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nixos/suites/development/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ options, config, lib, pkgs, ... }:
1+
{ options, config, lib, pkgs, inputs, ... }:
22
with lib;
33
with lib.caramelmint;
44
let cfg = config.caramelmint.suites.development;
@@ -30,6 +30,7 @@ in {
3030

3131
home.extraOptions = {
3232
home.packages = with pkgs; [
33+
inputs.nv.packages.${pkgs.system}.default
3334
distrobox
3435
qgis-ltr
3536

0 commit comments

Comments
 (0)