Add custom font

This commit is contained in:
Tibo De Peuter 2023-10-11 22:39:54 +02:00
parent 69f948a469
commit 0753356f01
5 changed files with 44 additions and 20 deletions

View file

@ -15,6 +15,11 @@
keep-derivations = true
'';
fonts.fonts = with pkgs; [
corefonts # Calibri for Uni
letter # Personal font
];
users.users.tdpeuter = {
description = "Tibo De Peuter";
isNormalUser = true;
@ -50,10 +55,7 @@
stateVersion = "23.05";
packages = with pkgs; [
gnupg
# Fonts
corefonts # Calibri for Uni
gnupg
];
};