mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-11 04:48:25 -07:00
fish hm
This commit is contained in:
parent
6049a86ae2
commit
c4e2c6608e
1 changed files with 20 additions and 0 deletions
|
|
@ -259,6 +259,26 @@ in
|
|||
support_kitty_keyboard_protocol = true;
|
||||
show_startup_tips = true;
|
||||
};
|
||||
extraConfig = ''
|
||||
plugins {
|
||||
about location="zellij:about"
|
||||
compact-bar location="zellij:compact-bar" {
|
||||
tooltip "F1"
|
||||
}
|
||||
configuration location="zellij:configuration"
|
||||
filepicker location="zellij:strider" {
|
||||
cwd "/"
|
||||
}
|
||||
plugin-manager location="zellij:plugin-manager"
|
||||
session-manager location="zellij:session-manager"
|
||||
status-bar location="zellij:status-bar"
|
||||
strider location="zellij:strider"
|
||||
tab-bar location="zellij:tab-bar"
|
||||
welcome-screen location="zellij:session-manager" {
|
||||
welcome_screen true
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
programs.zed-editor = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue