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 /users/tdback/modules/rofi/default.nix | |
parent | ba7dc29ae652d22d2339550839ec7801c68b5fe1 (diff) |
xorg: switch to aporetic font
Diffstat (limited to 'users/tdback/modules/rofi/default.nix')
-rw-r--r-- | users/tdback/modules/rofi/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tdback/modules/rofi/default.nix b/users/tdback/modules/rofi/default.nix index 4d8164b..37247c6 100644 --- a/users/tdback/modules/rofi/default.nix +++ b/users/tdback/modules/rofi/default.nix @@ -7,7 +7,7 @@ programs.rofi = { enable = true; package = pkgs.unstable.rofi; - font = "Iosevka Comfy Motion Fixed 12"; + font = "Aporetic Sans Mono 12"; location = "center"; extraConfig = { modi = "window,run,drun"; |