1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Format code

This commit is contained in:
RGBCube 2023-05-22 22:14:16 +03:00
parent 3fdb6ac98e
commit dee2a38c02
No known key found for this signature in database

View file

@ -14,6 +14,8 @@
console = {
earlySetup = true;
font = "Lat2-Terminus16";
packages = [ pkgs.terminus-nerdfont ];
packages = with pkgs; [
terminus-nerdfont
];
};
})