update
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
xresources.properties = {
|
||||
"xterm*utf8" = 1;
|
||||
"xterm*locale" = true;
|
||||
"xterm*faceName" = "Moralerspace Neon:size=12:antialias=true";
|
||||
"xterm*reverseVideo" = "on";
|
||||
"xterm*saveLines" = 10000;
|
||||
"xterm*geometry" = "80x24";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user