chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-03-27 14:03:29 +01:00
parent c6070cf5f9
commit ddc159417a
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 10 additions and 10 deletions
home/editors

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./lsp.nix ./neovim ./vscode.nix ];
imports = [ ./lsp.nix ./neovim ];
home.packages = with pkgs; [ fzf ripgrep ];