mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Format code
This commit is contained in:
parent
3fdb6ac98e
commit
dee2a38c02
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
||||||
console = {
|
console = {
|
||||||
earlySetup = true;
|
earlySetup = true;
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
packages = [ pkgs.terminus-nerdfont ];
|
packages = with pkgs; [
|
||||||
|
terminus-nerdfont
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue