kakoune changes & macos app additions

This commit is contained in:
Maddie H 2023-04-21 21:01:04 +01:00
parent e26ecbc388
commit efced09d1e
Signed by: maddie
GPG Key ID: C296DE8C9053683F
2 changed files with 10 additions and 1 deletions

View File

@ -14,9 +14,12 @@
scrollOff.lines = 3; scrollOff.lines = 3;
showWhitespace.enable = false; showWhitespace.enable = false;
tabStop = 4; tabStop = 4;
colorScheme = "one-dark";
ui = { ui = {
statusLine = "top";
assistant = "cat"; assistant = "cat";
enableMouse = true; enableMouse = true;
setTitle = true;
}; };
}; };
plugins = with pkgs.kakounePlugins; [ plugins = with pkgs.kakounePlugins; [

View File

@ -30,7 +30,7 @@
"minecraft" "minecraft"
"prismlauncher" "prismlauncher"
# IDEs # Development
"neovide" "neovide"
"pycharm" "pycharm"
"webstorm" "webstorm"
@ -38,6 +38,7 @@
"goland" "goland"
"appcode" "appcode"
"android-studio" "android-studio"
"tower"
# Learning # Learning
"anki" "anki"
@ -46,6 +47,11 @@
"boop" "boop"
"haptickey" "haptickey"
"kdeconnect" "kdeconnect"
"hazeover"
]; ];
masApps = {
"Codye" = 1516894961;
"Xcode" = 497799835;
};
}; };
} }