nvim stuff
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user