diff options
author | Frankie B <git@diskfloppy.me> | 2023-04-25 21:37:59 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-04-25 21:37:59 +0100 |
commit | 5ab0a7a9f3e8cd7cc5cda3a442411f8c0714b115 (patch) | |
tree | 50e78154f1cb92c60c6c1ed23a2a51dfc95b4933 | |
parent | b3096570da7c284a2f6c471a51a11667b5bcced4 (diff) |
Add fonts to nixbox host config
-rw-r--r-- | hosts/nixbox/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/nixbox/configuration.nix b/hosts/nixbox/configuration.nix index 9897d25..4b11f88 100644 --- a/hosts/nixbox/configuration.nix +++ b/hosts/nixbox/configuration.nix @@ -109,6 +109,8 @@ git gnupg pinentry + nerdfonts + jetbrains-mono ]; # Some programs need SUID wrappers, can be configured further or are |