Add zellij back
This commit is contained in:
parent
8586f376de
commit
78cfb418d7
|
@ -5,7 +5,10 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [./nushell/default.nix ./config/default.nix ./scripts/default.nix];
|
imports = [./nushell/default.nix ./config/default.nix ./scripts/default.nix];
|
||||||
stylix.targets.fzf.enable = true;
|
stylix.targets = {
|
||||||
|
fzf.enable = true;
|
||||||
|
zellij.enable = true;
|
||||||
|
};
|
||||||
programs = rec {
|
programs = rec {
|
||||||
bash.enable = true;
|
bash.enable = true;
|
||||||
bat = {
|
bat = {
|
||||||
|
@ -239,5 +242,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
zellij = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
settings.default_layout = "compact";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,10 +20,13 @@
|
||||||
../nyxt/default.nix
|
../nyxt/default.nix
|
||||||
../obs/default.nix
|
../obs/default.nix
|
||||||
];
|
];
|
||||||
programs.rofi = with pkgs; {
|
programs = {
|
||||||
package = rofi-wayland;
|
rofi = with pkgs; {
|
||||||
terminal = "${alacritty}/bin/alacritty";
|
package = rofi-wayland;
|
||||||
pass.package = rofi-pass-wayland;
|
terminal = "${alacritty}/bin/alacritty";
|
||||||
|
pass.package = rofi-pass-wayland;
|
||||||
|
};
|
||||||
|
zellij.settings.copy_command = "wl-copy";
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
gpg-agent.pinentryFlavor = "gnome3";
|
gpg-agent.pinentryFlavor = "gnome3";
|
||||||
|
|
Loading…
Reference in a new issue