Merge branch 'nixos' into nixos-work

This commit is contained in:
Moritz Böhme 2023-02-28 09:38:40 +01:00
commit 3e5922dd84
5 changed files with 49 additions and 16 deletions

View file

@ -77,17 +77,22 @@
flake = false;
};
copilot-lua = {
url = "github:zbirenbaum/copilot.lua";
flake = false;
};
lspsaga-nvim = {
url = "github:glepnir/lspsaga.nvim";
flake = false;
};
attic = {
url = "github:zhaofengli/attic";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "stable";
inputs.flake-utils.follows = "flake-utils";
};
copilot-lua = {
url = "github:zbirenbaum/copilot.lua";
flake = false;
};
};
outputs =