This commit is contained in:
2024-11-17 18:05:37 +01:00
parent 5ebf139b8f
commit 391c15be69
7 changed files with 392 additions and 21 deletions

View File

@ -40,6 +40,11 @@
url = "github:cachix/devenv/latest";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "git+ssh://gitea@git.fuckwit.dev/fuckwit/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {...} @ args: import ./outputs.nix args;