feat: Install some basic fonts
This commit is contained in:
parent
2b5cfe0934
commit
7bc3ab64dd
@ -20,6 +20,12 @@ in
|
|||||||
console.font = "dina";
|
console.font = "dina";
|
||||||
console.earlySetup = true;
|
console.earlySetup = true;
|
||||||
|
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
noto-fonts
|
||||||
|
fira
|
||||||
|
jetbrains-mono
|
||||||
|
];
|
||||||
|
|
||||||
# TODO: Disable default fonts, fonts should be managed per user
|
# TODO: Disable default fonts, fonts should be managed per user
|
||||||
# fonts.enableDefaultPackages = false;
|
# fonts.enableDefaultPackages = false;
|
||||||
# fonts.fontconfig = {
|
# fonts.fontconfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user