make editors more modular

This commit is contained in:
Moritz Böhme 2022-03-30 10:55:57 +02:00
parent daaf48fda3
commit a34c9e4ef5
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
7 changed files with 71 additions and 45 deletions

View file

@ -30,6 +30,9 @@
url = "github:wfxr/forgit";
flake = false;
};
# VSCode plugin
nix-flake-tools.url = "github:rastertail/nix-flake-tools";
};
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }: