feat(aspen/lusca): tweak alacritty font size; install slack

Change-Id: I14dd872fb3b6f495e57f3e538486c5fad901ccc2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11477
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
Aspen Smith 2024-04-19 08:58:40 -04:00 committed by clbot
parent 10898e65fd
commit 238c122b9c

View file

@ -26,7 +26,9 @@ in
battery = 1;
};
home.packages = with pkgs; [ discord steam tdesktop ];
programs.alacritty.settings.font.size = lib.mkForce 5.5;
home.packages = with pkgs; [ discord steam tdesktop slack ];
xsession.windowManager.i3.config.keybindings.XF86AudioMedia = "exec lock";
}