summary refs log tree commit diff
path: root/host/Arc
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-02-08 19:36:41 +0100
committerRory& <root@rory.gay>2025-02-08 19:44:20 +0100
commitc41f787ecf94fce14b684a42e521ad620ea80844 (patch)
treef9818c505889351cae5140ce145b382b3aadc6e2 /host/Arc
parentAdd laptop (diff)
downloadRory-Open-Architecture-c41f787ecf94fce14b684a42e521ad620ea80844.tar.xz
Format files
Diffstat (limited to 'host/Arc')
-rw-r--r--host/Arc/configuration.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/host/Arc/configuration.nix b/host/Arc/configuration.nix

index 45b1945..7e17758 100644 --- a/host/Arc/configuration.nix +++ b/host/Arc/configuration.nix
@@ -167,9 +167,15 @@ nerd-fonts.jetbrains-mono noto-fonts-monochrome-emoji ]; - fontconfig.defaultFonts.monospace = with pkgs; [ "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" ]; - fontconfig.defaultFonts.sansSerif = with pkgs; [ "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" ]; - fontconfig.defaultFonts.serif = with pkgs; [ "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" ]; + fontconfig.defaultFonts.monospace = with pkgs; [ + "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" + ]; + fontconfig.defaultFonts.sansSerif = with pkgs; [ + "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" + ]; + fontconfig.defaultFonts.serif = with pkgs; [ + "JetBrainsMonoNL Nerd Font,JetBrainsMonoNL NF:style=Regular" + ]; fontconfig.defaultFonts.emoji = with pkgs; [ "freefont" ]; };