Skip to content

Commit 26bc926

Browse files
committed
Deploy zellij
1 parent d7838af commit 26bc926

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

home-manager/modules/dev.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ in
9898
};
9999
};
100100

101+
programs.zellij = {
102+
enable = true;
103+
settings.theme = "catppuccin";
104+
};
105+
101106
home.packages = with pkgs; [
102107
drone-cli
103108
glow

0 commit comments

Comments
 (0)