diff options
| author | Manuel Palenzuela <[email protected]> | 2022-06-20 13:17:03 +0000 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-06-20 13:17:03 +0000 |
| commit | 0f6550e2d30c5d3380daca76c226d0a18da09697 (patch) | |
| tree | 96219564b2db0dcdfd1b2f432f2eb3a16963d147 /modules/fonts | |
| parent | Update (diff) | |
| download | nixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.tar.gz nixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.tar.bz2 nixos-config-0f6550e2d30c5d3380daca76c226d0a18da09697.zip | |
Add VM host
Diffstat (limited to 'modules/fonts')
| -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 9e791b6..ce179c0 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 ]; } |