diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 18:23:53 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:47 -0700 |
| commit | fe3afdd7fbbb64d687ac728843543e28ab1ff1fd (patch) | |
| tree | 06f0623d8a44d4bffc611c62ca12d8e3138a0dbe /roles/home/dev/default.nix | |
| parent | 91012170228909732af9d1b3b6ad15e2f9f7953e (diff) | |
migration: vscode
Diffstat (limited to 'roles/home/dev/default.nix')
| -rw-r--r-- | roles/home/dev/default.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/home/dev/default.nix b/roles/home/dev/default.nix index b6a6366..e451d76 100644 --- a/roles/home/dev/default.nix +++ b/roles/home/dev/default.nix @@ -18,10 +18,6 @@ let cfg = config.home.roles.dev; in { }; config = mkIf cfg.enable { - programs = { - vscode.enable = config.home.roles.desktop.enable; - }; - home.packages = with pkgs; [ cloc ]; |