ADD zellij multiplexeur
This commit is contained in:
parent
4d4754dbad
commit
b7880d4b21
|
@ -0,0 +1,16 @@
|
|||
copy_command: "xclip -selection clipboard" # x11
|
||||
#copy_command: "wl-copy" # wayland
|
||||
theme: nord
|
||||
themes:
|
||||
nord:
|
||||
fg: [216,222,233]
|
||||
bg: [46,52,64]
|
||||
black: [59,66,82]
|
||||
red: [191,97,106]
|
||||
green: [163,190,140]
|
||||
yellow: [235,203,139]
|
||||
blue: [129,161,193]
|
||||
magenta: [180,142,173]
|
||||
cyan: [136,192,208]
|
||||
white: [229,233,240]
|
||||
orange: [208,135,112]
|
|
@ -23,8 +23,8 @@
|
|||
};
|
||||
xsession.numlock.enable = true;
|
||||
home.file = {
|
||||
".wezterm.lua" = {
|
||||
source = ./configs/wezterm.lua;
|
||||
"./.config/zellij/config.yaml" = {
|
||||
source = ./configs/zellij;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -55,9 +55,9 @@
|
|||
udiskie
|
||||
libnotify
|
||||
sublime-music
|
||||
wezterm
|
||||
drawio
|
||||
lsd
|
||||
vagrant
|
||||
zellij
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue