Add custom font
This commit is contained in:
parent
69f948a469
commit
0753356f01
5 changed files with 44 additions and 20 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue