From cec64613630b68a8b0e286df862a92ce555a6bdc Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 1 Feb 2019 18:46:54 +0100 Subject: Add custom config key for enabling hidpi mode If this approach works as well as I hope it might become advantageous to nixify e.g. XMonad configuration. --- home.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 671686b..07d081b 100644 --- a/home.nix +++ b/home.nix @@ -7,6 +7,7 @@ }; imports = [ + ./custom.nix ./host/current.nix ]; -- cgit v1.2.3