feat(systems/mottarone): add microsoft fonts
This commit is contained in:
parent
4cc7e14bb6
commit
871f716806
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ in
|
||||||
pycharm-wrapped
|
pycharm-wrapped
|
||||||
];
|
];
|
||||||
|
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
corefonts
|
||||||
|
vistafonts
|
||||||
|
];
|
||||||
|
|
||||||
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
i18n.defaultLocale = lib.mkForce "fr_FR.UTF-8";
|
||||||
|
|
||||||
hm.programs = {
|
hm.programs = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue