diff options
Diffstat (limited to 'hosts/mercury/nixos.nix')
| -rw-r--r-- | hosts/mercury/nixos.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 26fda63..05e84a7 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -15,14 +15,6 @@ inputs.lanzaboote.nixosModules.lanzaboote ]; - fonts = { - enableDefaultPackages = false; - fontDir.enable = true; - packages = with pkgs; [ - ibm-plex - nerd-fonts.iosevka - ]; - }; environment.defaultPackages = lib.mkForce []; # im not a noob networking.firewall.allowedUDPPorts = [445]; |
