diff --git a/system/default.nix b/system/default.nix index 9af4e52e..4de1261c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -26,6 +26,10 @@ }; }; + fonts.packages = with pkgs; [ + (nerdfonts.override { fonts = [ "Hack" "DroidSansMono" ]; }) + ]; + hardware = { # Enable Bluetooth connections. bluetooth.enable = true; @@ -53,7 +57,6 @@ }; }; - nix = { gc = { # Delete generations older than 7 days.