Update and add Ghostty + Penpot + Viu

This commit is contained in:
zuma 2025-06-28 11:43:46 +02:00
parent 6c3a8c09d4
commit 29097fd4c0
6 changed files with 88 additions and 91 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
};
}

View file

@ -6,6 +6,11 @@
settings = {
vim = {
clipboard = {
enable = true;
providers.wl-copy.enable = true;
};
keymaps = [
# Tab Keymaps
{
@ -50,8 +55,9 @@
telescope.enable = true;
autocomplete.nvim-cmp.enable = true;
lsp.enable = true;
languages = {
enableLSP = true;
enableTreesitter = true;
# Who needs a resume when you can just look at enabled neovim LSP config