From 744fb7c1be268dd554e0118ade7c855e71c63dc2 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:55:37 +0300 Subject: [PATCH] whoops --- modules/dev/editors/vscode/fhs.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/dev/editors/vscode/fhs.nix b/modules/dev/editors/vscode/fhs.nix index 9a641e56..e1fa32e9 100644 --- a/modules/dev/editors/vscode/fhs.nix +++ b/modules/dev/editors/vscode/fhs.nix @@ -9,9 +9,6 @@ with lib; let cfg = config.modules.dev.editors.vscode.fhs; in { - imports = [ - ./fhs.nix - ]; options.modules.dev.editors.vscode.fhs = { enable = mkEnableOption false; };