feat: init zellij

This commit is contained in:
notohh 2023-03-11 09:53:02 -05:00
parent 739c6c274d
commit 553b636ea6
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 23 additions and 0 deletions

22
home/zellij/default.nix Normal file
View 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";
};
};
}

View file

@ -10,6 +10,7 @@ imports = [
../../home/dunst
../../home/lf
../../home/mpv
../../home/zellij
../../home/waybar
../../home/wayland/hyprland
];