7 lines
94 B
Nix
7 lines
94 B
Nix
{
|
|
fonts.fontconfig.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
jetbrains-mono
|
|
];
|
|
}
|