This commit is contained in:
Sean Kovacs 2025-11-21 09:49:32 -05:00
commit 7361a02755
Signed by: sckova
GPG key ID: 00F325187C68651A
4 changed files with 12 additions and 7 deletions

View file

@ -11,6 +11,10 @@ let
(lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str);
in
{
home.sessionVariables = {
EDITOR = "code";
};
catppuccin.vscode.profiles.default = {
enable = true;
settings = {