From 0c79175556b59d13455bdc8658dd221722fbd0aa Mon Sep 17 00:00:00 2001 From: Alex Stan <90788596+Ultra980@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:44:17 +0300 Subject: [PATCH] VSCopium Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com> --- users/ultra/home.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/users/ultra/home.nix b/users/ultra/home.nix index 414f54d..bb3da88 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -214,7 +214,14 @@ in { }; }; }; - + vscode = { + enable = true; + package = pkgs.vscodium; + extensions = with pkgs.vscode-extensions; [ + enkia.tokyo-night # Tokyo Night theme + arcticicestudio.nord-visual-studio-code # Nord theme + ]; + }; }; services = {