1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore(nixvim): test out nixvim

This commit is contained in:
oddlama 2023-11-04 19:53:05 +01:00
parent abb0a70771
commit b9ca0de56b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 248 additions and 24 deletions

View file

@ -16,7 +16,7 @@
}
];
extraSpecialArgs = {
inherit minimal;
inherit inputs minimal;
};
};

View file

@ -50,6 +50,7 @@
nixpkgs.overlays = [
inputs.microvm.overlay
inputs.nixpkgs-wayland.overlay
inputs.nixvim.overlays.default
inputs.wired-notify.overlays.default
];
}