diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 14:12:43 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-22 14:12:43 +0200 |
commit | af2b450daa0b0d1be16316f2e49d8f41580f7963 (patch) | |
tree | ddfb7d38504870b6b0442d38df1b65b71097babc /modules | |
parent | fmt (diff) | |
download | nixos-config-af2b450daa0b0d1be16316f2e49d8f41580f7963.tar.gz nixos-config-af2b450daa0b0d1be16316f2e49d8f41580f7963.tar.bz2 nixos-config-af2b450daa0b0d1be16316f2e49d8f41580f7963.zip |
Fix VM host (fonts, grub)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/fonts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index ce179c0..9e791b6 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -3,6 +3,6 @@ noto-fonts noto-fonts-cjk noto-fonts-emoji - # nerdfonts + nerdfonts ]; } |