From 93a53dc19cf1761e3a9ee924cfe146a465a11735 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 11 Jul 2018 20:42:10 +0200 Subject: Add host-specific config analogously to nixos_system Enables installation of modem-manager-gui derivation to be restricted to asterix. XMonad config will also get host-specific sections in the future. --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 50d8787..01c1880 100644 --- a/home.nix +++ b/home.nix @@ -7,7 +7,7 @@ }; imports = [ - ./gui/default.nix + ./host/current.nix ]; home = { -- cgit v1.2.3