diff options
author | tdback <tyler@tdback.net> | 2025-02-08 18:13:01 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-08 18:13:58 -0500 |
commit | 550e14d1d4f562c0048bbad4826073622d8df4cc (patch) | |
tree | 2ef84157868ff87e3d352d27c55476ec3d6660e9 /modules | |
parent | ba7dc29ae652d22d2339550839ec7801c68b5fe1 (diff) |
xorg: switch to aporetic font
Diffstat (limited to 'modules')
-rw-r--r-- | modules/profiles/xorg/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/xorg/default.nix b/modules/profiles/xorg/default.nix index aff57e9..2fac321 100644 --- a/modules/profiles/xorg/default.nix +++ b/modules/profiles/xorg/default.nix @@ -43,7 +43,7 @@ ]; fonts.packages = with pkgs; [ - iosevka-comfy.comfy-motion-fixed + unstable.aporetic (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) ]; } |