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 = {
|
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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue