for skys review

This commit is contained in:
specCon18 2023-08-15 20:39:38 -04:00
parent 47e69553c1
commit 00554ce703
5 changed files with 6 additions and 108 deletions

View file

@ -15,7 +15,7 @@
columns = 120;
lines = 25;
};
decorations = "none";
decorations = "full";
opacity = 0.9;
title = "Alacritty";
};

View file

@ -20,7 +20,6 @@
};
localVariables = {
EDITOR="hx";
TERM="alacritty";
};
};
}

View file

@ -36,7 +36,7 @@
};
xdg = {
# portal = { enable = lib.mkDefault true; };
portal = { enable = lib.mkDefault true; };
mime.defaultApplications = {
"text/markdown" = "hx";
};