aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-02-08 18:13:01 -0500
committertdback <tyler@tdback.net>2025-02-08 18:13:58 -0500
commit550e14d1d4f562c0048bbad4826073622d8df4cc (patch)
tree2ef84157868ff87e3d352d27c55476ec3d6660e9 /modules
parentba7dc29ae652d22d2339550839ec7801c68b5fe1 (diff)
xorg: switch to aporetic font
Diffstat (limited to 'modules')
-rw-r--r--modules/profiles/xorg/default.nix2
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" ]; })
];
}