much closer to the turth now

This commit is contained in:
Osman Faruk Bayram 2025-03-13 18:02:01 +03:00
parent 42cc57a3f3
commit 14a116b18b

View file

@ -2,10 +2,10 @@
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
font.size = 12; font.size = 12.0;
terminal.shell = { terminal.shell = {
args = ["new-session" "-A" "-s" "general"]; args = ["new-session" "-A" "-s" "general"];
program = pkgs.tmux; program = pkgs.tmux + "/bin/tmux";
}; };
window = { window = {
decorations = "None"; decorations = "None";