diff options
| author | brustybee <bee@4d2.org> | 2026-03-09 18:15:18 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-09 18:15:18 +0530 |
| commit | cb81e151e519ec44439b9fd8480890df65fc48ea (patch) | |
| tree | f708bc77cb28b03960fc9942f1a27c5eb2f023b4 /flake.nix | |
| parent | dd69fe8e1ecfecdaefe02537ac709254f3643898 (diff) | |
add my vim flake and enable my neovim
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -11,8 +11,11 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - home-manager.url = "github:nix-community/home-manager"; - home-manager.inputs.nixpkgs.follows = "nixpkgs"; + beeVim.url = "git+https://codeberg.org/brustybee/beeVim"; + home-manager = { + url = "github:nix-community/home-manager"; + inputs.nixpkgs.follows = "nixpkgs"; + }; mango = { url = "github:DreamMaoMao/mango"; inputs.nixpkgs.follows = "nixpkgs"; |
