about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-02 07:55:03 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-02 07:55:03 -0700
commit9ee5eb9892fd25bfba8fbff26c68a0804e23abf9 (patch)
tree43609d7caa5c6c4a36722c30ef84811a884a5759 /hosts
parentprofiles: create default and server (diff)
downloadworld-9ee5eb9892fd25bfba8fbff26c68a0804e23abf9.tar.gz
profiles/workstation: add font configurations
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index 5b0e40e..49d4c14 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -9,9 +9,6 @@
     "${self}/profiles/laptop.nix"
   ];
 
-  # install and configure the fonts
-  my.systems.fonts.enable = true;
-
   # install and configure sway
   my.programs.sway.enable = true;