diff options
Diffstat (limited to 'common/default.nix')
| -rw-r--r-- | common/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix index 37804b9..28526e8 100644 --- a/common/default.nix +++ b/common/default.nix @@ -15,7 +15,7 @@ wofi-pass.nixosModules.default ]; - fonts.packages = with pkgs; [ nerdfonts ]; + fonts.packages = with pkgs; [ nerd-fonts.sauce-code-pro ]; networking.networkmanager.enable = true; |