diff options
| author | EuAndreh <eu@euandre.org> | 2020-10-03 11:26:25 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-10-03 11:26:25 -0300 |
| commit | c156373ed01046469f946835209f658f707bda21 (patch) | |
| tree | 1b1af278dcda090025832951a1145e664c139fb2 | |
| parent | fake-symlinks: Add singlehtml Sphinx output to build-site.sh (diff) | |
| download | dotfiles-c156373ed01046469f946835209f658f707bda21.tar.gz dotfiles-c156373ed01046469f946835209f658f707bda21.tar.xz | |
configuration.nix: Add symbola font
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 4a79ff61..ef414278 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -68,6 +68,7 @@ in { fira-mono fira-code-symbols freefont_ttf + symbola ]; environment.systemPackages = let |
