From 0ee989b8473bcdf3f7e4c2bb68217cbaab25cdd1 Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Tue, 23 Jun 2026 02:56:12 +0200 Subject: treewide: rename paths to jaki --- modules/hm/sils/vscodium.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 modules/hm/sils/vscodium.nix (limited to 'modules/hm/sils/vscodium.nix') diff --git a/modules/hm/sils/vscodium.nix b/modules/hm/sils/vscodium.nix deleted file mode 100644 index ea048ed..0000000 --- a/modules/hm/sils/vscodium.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - config, - lib, - pkgs, - ... -}: let - cfg = config.sils.vscodium; -in { - options.sils.vscodium.enable = lib.mkEnableOption "vscodium editor"; - config = lib.mkIf cfg.enable { - programs.vscode = { - enable = true; - package = pkgs.vscodium; - profiles.default.extensions = with pkgs.vscode-extensions; [ - vscodevim.vim - ms-python.python - ms-python.debugpy - ms-python.pylint - ms-python.flake8 - ms-python.mypy-type-checker - ms-python.black-formatter - - jnoortheen.nix-ide - oops418.nix-env-picker - mkhl.direnv - ]; - }; - }; -} -- cgit v1.3.1