removing unused editors

This commit is contained in:
Glen Goodwin 2023-11-05 13:03:37 -05:00
parent 2a45893344
commit 59a0ebec41
25 changed files with 476 additions and 787 deletions

View file

@ -26,6 +26,8 @@
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
agenix.url = "github:ryantm/agenix";
neovim-config.url = "github:gwg313/nvim-nix";
};
outputs = { self, nixpkgs, ... }@inputs:
@ -43,6 +45,9 @@
in
{
# Your custom packages and modifications, exported as overlays
overlays = import ./overlays { inherit inputs; };
nixosConfigurations = (
import ./hosts {
inherit (nixpkgs) lib;