feat: init zellij
This commit is contained in:
parent
739c6c274d
commit
553b636ea6
2 changed files with 23 additions and 0 deletions
22
home/zellij/default.nix
Normal file
22
home/zellij/default.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
default,
|
||||
...
|
||||
}: {
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
settings = {
|
||||
theme = "custom";
|
||||
themes.custom.bg = "#585b70";
|
||||
themes.custom.fg = "#cdd6f4";
|
||||
themes.custom.red = "#f38ba8";
|
||||
themes.custom.green = "#a6e3a1";
|
||||
themes.custom.blue = "#89b4fa";
|
||||
themes.custom.yellow = "#f9e2af";
|
||||
themes.custom.magenta = "#f5c2e7";
|
||||
themes.custom.orange = "#fab387";
|
||||
themes.custom.cyan = "#89dceb";
|
||||
themes.custom.black = "#181825";
|
||||
themes.custom.white = "#cdd6f4";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@ imports = [
|
|||
../../home/dunst
|
||||
../../home/lf
|
||||
../../home/mpv
|
||||
../../home/zellij
|
||||
../../home/waybar
|
||||
../../home/wayland/hyprland
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue