From ffb91a61b304444b5f1113977951546aa3742da1 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 18 Sep 2024 16:13:30 -0500 Subject: [PATCH] cleanup --- hosts/othalan/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/othalan/default.nix b/hosts/othalan/default.nix index 300649e..a1c0b61 100644 --- a/hosts/othalan/default.nix +++ b/hosts/othalan/default.nix @@ -1,6 +1,4 @@ { - lib, - config, enabled, enableAttrs, listify, @@ -12,8 +10,10 @@ nix-ld = enabled // { overkill = enabled; }; - # languages = "misc|nim|node|nushell|python|roc|tex|zig" |> listify; - languages = "misc|nim|node|nushell|python|roc|tex" |> listify; + languages = + "misc|nim|node|nushell|python|tex" + # + "roc|zig" + |> listify; } // ( ''