RRIBLQUIFVGC3UT5F3LXIEGPE2U6ZNRGWMPYIBBDVGHU7LWH6UHQC
Y6NY2LPV67XLNG26FLTYIMRLNVBJN3HVHXF6NIOB4Q6X43LE3NMAC
AHAA7UNL2RRXP7KERGVCC42GB564WS5BYSSFEOXW3EKVMB2UVEOAC
SCB7IK7YNYAR3WTV2XYGPYCGCUW2GPJSWAA5S2ZGCYSZ5AZKXIDAC
LLRYXY25L67F5SIWZCZ3MXBC67T6LMQ3JBBJJR2ESKALWHXT4YGAC
E5WANV7PYNPZFSJE4AMZABQ76TUNKVZN3M6ZFD5V6CKAFKG444NAC
home-manager.sharedModules = [{ programs.alacritty = mkIf config.isDesktopNotWsl (enabled {
home-manager.sharedModules = [{
programs.alacritty = mkIf config.isDesktopNotWsl (enabled {
home-manager.sharedModules = mkIf config.isDesktopNotWsl [{ programs.alacritty = enabled {
home-manager.sharedModules = mkIf config.isDesktopNotWsl [{
programs.alacritty = enabled {
font.size = config.theme.font.size.normal; font.normal.family = config.theme.font.mono.family;
font.size = config.theme.font.size.normal;
font.normal.family = config.theme.font.mono.family;
terminal.shell.program = "/etc/profiles/per-user/jam/bin/zellij"; terminal.shell.args = [ "attach" "plumjam" "--create" ];
terminal.shell.program = "/etc/profiles/per-user/jam/bin/zellij";
terminal.shell.args = [ "attach" "plumjam" "--create" ];
terminal.shell.program = "/etc/profiles/per-user/jam/bin/nu";
});
}; # Desktop entries for Zellij in Fuzzel. xdg.desktopEntries.alacritty-zellij = { name = "Zellij"; icon = "Alacritty"; exec = "alacritty -e /etc/profiles/per-user/jam/bin/zellij attach plumjam --create"; terminal = false; };
};
# Desktop entries for Zellij in Fuzzel.
xdg.desktopEntries.alacritty-zellij = {
name = "Zellij";
icon = "Alacritty";
exec = "alacritty -e /etc/profiles/per-user/jam/bin/zellij attach plumjam --create";
terminal = false;