nvim stuff

This commit is contained in:
2025-08-05 15:51:08 +02:00
parent 4ef46d14a1
commit df513eb640
14 changed files with 72 additions and 212 deletions

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
programs.zellij = {
enable = true;
@@ -5,6 +6,7 @@
settings = {
theme = "catppuccin-latte";
default_layout = "compact";
default_shell = "${pkgs.fish}/bin/fish";
show_startup_tips = false;
show_release_notes = false;
};