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