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; [