Remove zellij
This commit is contained in:
parent
68af964598
commit
67c17acf6b
|
@ -1,9 +1,4 @@
|
||||||
{
|
{ config, pkgs, ... }:
|
||||||
config,
|
|
||||||
lib,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
./git.nix
|
||||||
|
@ -87,15 +82,6 @@
|
||||||
visible-stats = "On";
|
visible-stats = "On";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
zellij = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
default_mode = "locked";
|
|
||||||
mouse_mode = true;
|
|
||||||
copy_command = lib.mkIf config.wayland.windowManager.sway.enable "wl-copy";
|
|
||||||
copy_on_select = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
Loading…
Reference in a new issue