summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 05704606..17191407 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -492,7 +492,10 @@ in {
492 }; 492 };
493 }; 493 };
494 494
495 fonts.fontconfig.enable = true; 495 fonts = {
496 fontconfig.enable = true;
497 lmu-hausschrift.enable = true;
498 };
496 499
497 systemd.user = import ./systemd.nix inputs; 500 systemd.user = import ./systemd.nix inputs;
498 }; 501 };