From 29a18f5a8fb6915fc1dccc5ddd26356f19b17dfa Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 2 Jun 2025 16:32:31 -0500 Subject: Add "main" module and refactor hosts to use it --- hosts/thyme/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'hosts/thyme') diff --git a/hosts/thyme/default.nix b/hosts/thyme/default.nix index c3e7678..3d2b203 100644 --- a/hosts/thyme/default.nix +++ b/hosts/thyme/default.nix @@ -6,9 +6,8 @@ ./packages.nix ]; - this.pc.enable = true; + this.main.enable = true; this.laptop.enable = true; - this.gui.enable = true; networking.domain = "alef.zoar.cx"; @@ -24,13 +23,6 @@ services.printing.enable = true; - fonts.fontconfig.defaultFonts = { - serif = []; - sansSerif = []; - monospace = []; - emoji = []; - }; - this.hosts = { lan.home = true; mine = true; -- cgit v1.2.3