commit 5483db8607784e03c0b4e482112d3cda26ecd657
parent 156cb6e308fd9abe1c734e3d24e22aaa54170ae4
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 14:04:28 +0200
parent 156cb6e308fd9abe1c734e3d24e22aaa54170ae4
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 14:04:28 +0200
machines/blechbuechse: add `iosevka1` font
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/machines/blechbuechse/darwin-configuration.nix b/machines/blechbuechse/darwin-configuration.nix @@ -50,6 +50,13 @@ in { users.leah.home.packages = [ bgiparser asitop ]; }; + fonts = { + fontDir.enable = true; + fonts = with pkgs; [ + iosevka-bin + ]; + }; + environment = { darwinConfig = "\$HOME/nixfiles/darwin-configuration.nix"; loginShell = "${pkgs.bashInteractive}/bin/bash";