snowflake/home/programs/terminal/zellij/default.nix
notohh 193f2480d7
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
flake.nix: update
license: update

pkgs: remove scls

nix: update inputs and insecure pkgs

tsuki: init gaming file

blocky: update blocklist

pgres: add dbs

home: update themes

programs: init opencomposite

media: remove spotify-player

helix: update theme and scls

tsuki: remove stylix

overlays: set chatterino tag to null
2025-01-12 20:52:09 -05:00

17 lines
320 B
Nix

_: {
imports = [
./layouts.nix
];
programs.zellij = {
enable = true;
settings = {
on_force_close = "quit";
simplified_ui = false;
default_layout = "default";
copy_command = "wl-copy";
copy_clipboard = "primary";
ui.pane_frames.rounded_corners = true;
};
};
}