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];
|
||||
stylix.targets.fzf.enable = true;
|
||||
stylix.targets = {
|
||||
fzf.enable = true;
|
||||
zellij.enable = true;
|
||||
};
|
||||
programs = rec {
|
||||
bash.enable = true;
|
||||
bat = {
|
||||
|
@ -239,5 +242,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
zellij = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
settings.default_layout = "compact";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -20,10 +20,13 @@
|
|||
../nyxt/default.nix
|
||||
../obs/default.nix
|
||||
];
|
||||
programs.rofi = with pkgs; {
|
||||
package = rofi-wayland;
|
||||
terminal = "${alacritty}/bin/alacritty";
|
||||
pass.package = rofi-pass-wayland;
|
||||
programs = {
|
||||
rofi = with pkgs; {
|
||||
package = rofi-wayland;
|
||||
terminal = "${alacritty}/bin/alacritty";
|
||||
pass.package = rofi-pass-wayland;
|
||||
};
|
||||
zellij.settings.copy_command = "wl-copy";
|
||||
};
|
||||
services = {
|
||||
gpg-agent.pinentryFlavor = "gnome3";
|
||||
|
|
Loading…
Reference in a new issue