Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
Alex Stan 2023-09-08 11:44:17 +03:00
parent da80dcb452
commit 0c79175556

View file

@ -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 = {