From 7563bd137fcdba1e75c1308021d4068b10990a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Jan 2019 15:51:19 +0100 Subject: [PATCH] Corrige --- systems/catullus/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/catullus/config.nix b/systems/catullus/config.nix index a773cda..3334902 100644 --- a/systems/catullus/config.nix +++ b/systems/catullus/config.nix @@ -18,7 +18,7 @@ in { services.openssh.enable = true; environment.variables.EDITOR = "vim"; - environment.variables.HTOPRC = ../../dot/htop.nix; + environment.variables.HTOPRC = toString ../../dot/htop.nix; programs.tmux.enable = true; environment.systemPackages = with pkgs; [