aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/nixos.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 13:55:52 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-09-14 14:12:12 -0500
commitd71356eef83e4df59416cd10109cb5688e657c16 (patch)
tree06d8eb139f131261a30f23a4250e114dcd469fdb /hosts/mercury/nixos.nix
parent64d6e9664bbcbe4125df56f8f228f92222c13188 (diff)
migrate gtk config to hjem and drop home-manager flake input (yay!)
Diffstat (limited to 'hosts/mercury/nixos.nix')
-rw-r--r--hosts/mercury/nixos.nix8
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];