1

deps: remove zellij

This commit is contained in:
Himadri Bhattacharjee
2025-02-10 18:52:24 +05:30
parent b79041a05f
commit cbb3082179
2 changed files with 0 additions and 13 deletions

View File

@@ -23,7 +23,6 @@
./rust.nix
./shell.nix
./video-editing.nix
./zellij.nix
./media-playback.nix
];

View File

@@ -1,12 +0,0 @@
{
home.file.".config/zellij/layouts/minimal.kdl".source = ./sources/zellij/minimal.kdl;
programs.zellij = {
enable = true;
settings = {
copy_command = "wl-copy";
simplified_ui = true;
pane_frames = false;
default_layout = "minimal";
};
};
}