much closer to the turth now
This commit is contained in:
parent
42cc57a3f3
commit
14a116b18b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
|||
programs.alacritty = {
|
||||
enable = true;
|
||||
settings = {
|
||||
font.size = 12;
|
||||
font.size = 12.0;
|
||||
terminal.shell = {
|
||||
args = ["new-session" "-A" "-s" "general"];
|
||||
program = pkgs.tmux;
|
||||
program = pkgs.tmux + "/bin/tmux";
|
||||
};
|
||||
window = {
|
||||
decorations = "None";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue