mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
nvim as a submodule
This commit is contained in:
parent
f04c333384
commit
95c344b60c
3 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
description = "My Nix Configs";
|
||||
|
||||
inputs =
|
||||
inputs =
|
||||
{
|
||||
self.submodules = true;
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue