From 0b39dd75c376becdcdb6ad933c0b6aab2f61dd27 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:32:38 +0400 Subject: [PATCH] enable vscode on sakotop --- hosts/sakotop/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/sakotop/configuration.nix b/hosts/sakotop/configuration.nix index 1b83efef..deb222b7 100644 --- a/hosts/sakotop/configuration.nix +++ b/hosts/sakotop/configuration.nix @@ -94,6 +94,8 @@ daemon = true; package = pkgs.emacs-unstable-pgtk; }; + # backup/just cause + vscode.enable = true; }; nixd.enable = true; cc.enable = true;