diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-02 07:55:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-02 07:55:03 -0700 |
commit | 9ee5eb9892fd25bfba8fbff26c68a0804e23abf9 (patch) | |
tree | 43609d7caa5c6c4a36722c30ef84811a884a5759 /hosts | |
parent | profiles: create default and server (diff) | |
download | world-9ee5eb9892fd25bfba8fbff26c68a0804e23abf9.tar.gz |
profiles/workstation: add font configurations
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 3 |
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; |