1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +00:00

Terminus nerdfont is useless

This commit is contained in:
RGBCube 2023-12-13 14:24:31 +03:00
parent f6c3b84e1a
commit f2f3118c3d
No known key found for this signature in database

View file

@ -4,9 +4,7 @@
console = {
earlySetup = true;
font = "Lat2-Terminus16";
packages = with pkgs; [
terminus-nerdfont
];
packages = with pkgs; [ terminus_font ];
};
})