From 1251081494ce2e06f2f69a33f1cdd07bb859275f Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Fri, 22 Nov 2024 08:54:24 +0100 Subject: [PATCH] +tailwindcss --- home/features/coding/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/coding/default.nix b/home/features/coding/default.nix index fa6af8d..ab5d7da 100644 --- a/home/features/coding/default.nix +++ b/home/features/coding/default.nix @@ -2,5 +2,6 @@ home.packages = with pkgs; [ nixd alejandra + tailwindcss ]; }