chore: spring cleaning

purge unused files
fmt according to alejandra syntax
This commit is contained in:
Zhongheng Liu 2024-12-17 00:51:29 +02:00
commit b60c28d972
Signed by: steven
GPG key ID: 805A28B071DAD84B
6 changed files with 31 additions and 7 deletions

View file

@ -9,12 +9,9 @@
settings = {
main = {
term = "xterm-256color";
#font = "${config.desktopFontFullName}:size=24";
dpi-aware = lib.mkForce "yes";
};
mouse = {
hide-when-typing = "yes";
};
mouse = {hide-when-typing = "yes";};
};
server.enable = true;
};